Stop-VBORepositorySynchronizeSession
Short Description
Stops synchronization sessions of object storage cache.
Syntax
Stop-VBORepositorySynchronizeSession -Session <VBORepositorySynchronizeSession> [<CommonParameters>] |
Detailed Description
This cmdlet stops sessions that are running to synchronize cache located in object storage.
|
If you stop synchronization of cache located in object storage 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 object storage.
Examples
Example 1. Stopping All Synchronization Sessions
This command stops all sessions that are running to synchronize cache located in object storage. |
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.
Perform the following steps:
The cmdlet output will contain the following details on synchronization status of object storage: RepositoryId, RepositoryName and Status.
|
Related Commands