Get-VBOAzureBlobFolder
Short Description
Returns Microsoft Azure Blob folders.
Syntax
Detailed Description
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 specified 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. | Accepts the VBOAzureBlobContainer object. To get this object, run the Get-VBOAzureBlobContainer cmdlet. | True | Named | False | False |
Name | Specifies a name of the Microsoft Azure Blob folder that you want to get. | String | False | Named | False | 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 VBOAzureBlobFolder object that contains an array of Microsoft Azure Blob folders.
Examples
Example 1. Getting Microsoft Azure Blob Folders
This example shows how to get all folders from Microsoft Azure Blob storage.
Perform the following steps:
|
Example 2. Getting Microsoft Azure Blob Folder with Specific Name
This example shows how to get the Folder06 folder from Microsoft Azure Blob storage.
Perform the following steps:
|
Related Commands