Stop-VBORepositorySynchronizeSession
Short Description
Stops synchronization sessions of object storage repositories cache.
Syntax
Stop-VBORepositorySynchronizeSession -Session <VBORepositorySynchronizeSession> [<CommonParameters>] |
Detailed Description
This cmdlet stops sessions that are running to synchronize cache located on object storage repositories.
|
If you stop synchronization of cache located on object storage repositories and then start it again, the synchronization process will start from the moment, where it has been stopped. |
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Session | Specifies a synchronization session. The cmdlet will stop this session. | Accepts the VBORepositorySynchronizeSession object. To get this object, run the Get-VBORepositorySynchronizeSession cmdlet. | True | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBORepositorySynchronizeSession object that contains details on the synchronization status of the object storage repository.
Examples
Example 1. Stopping All Synchronization Sessions
This example shows how to stop all sessions that are running to synchronize cache located on object storage repositories. |
Example 2. Stopping Specific Synchronization Session
This example shows how to stop a session that is running to synchronize cache located on the Azure object storage repository.
Perform the following steps:
The cmdlet output will contain the following details on synchronization status of object storage repository: RepositoryId, RepositoryName and Status.
|
Related Commands