Get-VBOAzureBlobContainer
Short Description
Returns Microsoft Azure Blob containers.
Syntax
Get-VBOAzureBlobContainer -ConnectionSettings <VBOAzureBlobConnectionSettings> [-Name <String>][<CommonParameters>] |
Detailed Description
This cmdlet returns an array of Microsoft Azure Blob containers.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
ConnectionSettings | Specifies an active session with Microsoft Azure Blob Storage. The cmdlet will return an array of the containers added to this object storage repository. | Accepts the VBOAzureBlobConnectionSettings object. To create this object, run the New-VBOAzureBlobConnectionSettings cmdlet. | True | Named | False |
Name | Specifies a name of the Microsoft Azure Blob container that you want to get. | String | 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.
Output Object
The cmdlet returns the VBOAzureBlobContainer object that returns an array of Microsoft Azure Blob containers.
Examples
Example 1. Getting All Microsoft Azure Blob Containers
This example shows how to get all containers added to Microsoft Azure Blob Storage.
Perform the following steps:
|
Example 2. Getting Specific Microsoft Azure Blob Container
This example shows how to get the Container 05 container added to Microsoft Azure Blob Storage.
Perform the following steps:
|
Related Commands