Get-VBOAzureBlobAccount
Short Description
Returns Microsoft Azure Blob Storage account credentials.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get Microsoft Azure Blob Storage account credentials by the credentials login name.
Get-VBOAzureBlobAccount [-Name <String>] [<CommonParameters>] |
- Get Microsoft Azure Blob Storage account credentials by the credentials ID.
Get-VBOAzureBlobAccount -Id <Guid> [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of storage account credentials for Microsoft Azure Blob Storage added to Veeam Backup for Microsoft 365.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies an array of login names for Microsoft Azure Blob Storage account credentials. The cmdlet will return Microsoft Azure Blob Storage account credentials with these login names. | String | False | Named | False |
Id | Specifies an array of IDs for Microsoft Azure Blob Storage account credentials. The cmdlet will return Microsoft Azure Blob Storage account credentials with these IDs. | Guid | True | Named | 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 VBOAzureBlobAccount object that contains storage account credentials for Microsoft Azure Blob Storage.
Examples
Example 1. Getting Microsoft Azure Blob Storage Credentials Record by Name
This command returns the Microsoft Azure Blob Storage account credentials by the storage account credentials login name.
|
Example 2. Getting Microsoft Azure Blob Storage Credentials Record by ID
This command returns the Microsoft Azure Blob Storage account credentials by the storage account credentials ID.
|