Remove-VBRAzureBlobAccount
Short Description
Removes Microsoft Azure Blob credentials records.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
This cmdlet removes Microsoft Azure Blob credentials records from Veeam Backup & Replication. You will not be able to connect to Microsoft Azure Blob storage after removing credentials records.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Account | Specifies Microsoft Azure Blob credentials records that you want to remove. Accepts the VBRAzureBlobAccount type. | True | Named | True (ByValue) |
|
WhatIf | Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. | False | Named | False | False |
Confirm | Specifies whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. | False | 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.
Return Type
Example
This example shows how to remove an Microsoft Azure Blob credentials record.
- Run Get-VBRAzureBlobAccount to get the Microsoft Azure Blob credentials record. Save the result to the $account variable.
- Run Set-VBRAzureBlobAccount with the $account variable.
Related Commands