Get-VBRAzureBlobAccount
Short Description
Returns Microsoft Azure Blob credentials records.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get Microsoft Azure Blob credentials records by the credentials records name.
Get-VBRAzureBlobAccount [-Name <string[]>] [<CommonParameters>] |
- Get Microsoft Azure Blob credentials records by the credentials records ID.
Get-VBRAzureBlobAccount -Id <guid[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of credentials records for Microsoft Azure Blob storage added to Veeam Backup & Replication.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Id | Specifies an array of IDs for Microsoft Azure Blob credentials records. The cmdlet will return Microsoft Azure Blob credentials records with these IDs. | Guid[] | True | Named | False |
Name | Specifies an array of login names for Microsoft Azure Blob credentials records. The cmdlet will return Microsoft Azure Blob credentials records with these logins. | String[] | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRAzureBlobAccount object that contains Microsoft Azure Blob credentials records.
Examples
Example 1. Getting Microsoft Azure Blob Credentials Records by Name
This command gets an Microsoft Azure Blob credentials record by the credentials record login name.
|
Example 2. Getting Microsoft Azure Blob Credentials Records by ID
This command gets an Microsoft Azure Blob credentials record by the credentials record ID.
|