This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRAzureBlobAccount

Short Description

Returns Microsoft Azure Blob credentials records.

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

This cmdlet provides two parameter sets.

  • To get Microsoft Azure Blob credentials records by the credentials records name.

Get-VBRAzureBlobAccount [-Name <string[]>]  [<CommonParameters>]

  • To 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

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Id

Specifies an array of IDs for Microsoft Azure Blob credentials records. The cmdlet will return Microsoft Azure Blob credentials records with these IDs.

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.

False

Named

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 1

This command gets an Microsoft Azure Blob credentials record by the credentials record login name.

Get-VBRAzureBlobAccount -Name "Azure Blob"

Example 2

This command gets an Microsoft Azure Blob credentials record by the credentials record ID.

Get-VBRAzureBlobAccount -Id "936edf7c-7cf3-4ddc-9895-c7485ef4bb2c"