Disconnect-VBRAzureBlobService
Short Description
Stops active sessions with Microsoft Azure Blob storage.
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Disconnect-VBRAzureBlobService -Connection <IVBRAzureBlobConnection> [<CommonParameters>] |
Detailed Description
This cmdlet stops active sessions with Microsoft Azure Blob storage.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Connection |
Specifies an active session with Microsoft Azure Blob storage. The cmdlet will stop the session with this object storage. Accepts the following objects:
To get these objects, run the |
|
True |
Named |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Stopping Active Session with Microsoft Azure Blob Storage
This example shows how to stop an active session with Microsoft Azure Blob storage.
|
$account = Get-VBRAzureBlobAccount -Name "Microsoft Azure Blob" $session = Connect-VBRAzureBlobService -Account $account -RegionType Global -ServiceType CapacityTier Disconnect-VBRAzureBlobService -Connection $session |
Perform the following steps:
- Run the
Get-VBRAzureBlobAccountReturns Microsoft Azure Blob credentials records. cmdlet. Specify theNameparameter value. Save the result to the$accountvariable. - Run the
Connect-VBRAzureBlobServiceConnects to Microsoft Azure Blob storage. cmdlet. Set the$accountvariable as theAccountparameter value. Specify theRegionTypeandServiceTypeparameter values. Save the result to the$sessionvariable. - Run the
Disconnect-VBRAzureBlobServicecmdlet. Set the$sessionvariable as theConnectionparameter value.
Related Commands
Get-VBRAzureBlobAccountReturns Microsoft Azure Blob credentials records.Connect-VBRAzureBlobServiceConnects to Microsoft Azure Blob storage.