This cmdlet returns an array of Microsoft Azure Blob folders. You can get the array of all folders from your Microsoft Azure Blob storage or the array of the folders from the particular container.
Parameters
Parameter
Description
Type
Required
Position
Accept Pipeline Input
Accept Wildcard Characters
Container
Specifies an array of Microsoft Azure Blob containers. The cmdlet will return the folders from these containers.
Run the New-VBOAzureBlobConnectionSettings cmdlet. Set the $account variable as the Account parameter value. Specify the RegionType parameter value. Save the result to the $connection variable.
Run the Get-VBOAzureBlobContainer cmdlet. Set the $connection variable as the ConnectionSettings parameter value. Save the result to the $container variable.
Run the Get-VBOAzureBlobFolder cmdlet. Set the $container variable as the Container parameter value.
Example 2. Getting Microsoft Azure Blob Folder with Specific Name
This example shows how to get the Folder06 folder from Microsoft Azure Blob storage.
Run the New-VBOAzureBlobConnectionSettings cmdlet. Set the $account variable as the Account parameter value. Specify the RegionType parameter value. Save the result to the $connection variable.
Run the Get-VBOAzureBlobContainer cmdlet. Set the $connection variable as the ConnectionSettings parameter value. Save the result to the $container variable.
Run the Get-VBOAzureBlobFolder cmdlet. Set the $container variable as the Container parameter value. Specify the Name parameter value.