Get-VBRAzureBlobFolder
Short Description
Returns Microsoft Azure Blob folders.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRAzureBlobFolder -Container <VBRAzureBlobContainer[]> -Connection <VBRAzureBlobConnection> [-Name <string[]>] [<CommonParameters>] |
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 particular container.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Container |
Specifies an array of Microsoft Azure Blob containers. The cmdlet will return the folders from these containers. |
Accepts the VBRBlobContainer[] object. To get this object, run the Get-VBRAzureBlobContainer cmdlet. |
True |
Named |
True (ByValue) |
|
Connection |
Specifies an active session with Microsoft Azure Blob storage. |
Accepts the following objects:
To get these objects, run the Connect-VBRAzureBlobService cmdlet. |
True |
Named |
False |
|
Name |
Specifies an array of names for Microsoft Azure Blob folders that you want to get. |
String[] |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRAzureBlobFolder object that contains Microsoft Azure Blob folders.
Examples
Example 1. Getting All Folders from Microsoft Azure Blob Storage
|
This example shows how to get all folders from Microsoft Azure Blob storage.
Perform the following steps:
|
Example 2. Getting All Folders from Specific Microsoft Azure Blob Container
|
This example shows how to get all folders from a specific Microsoft Azure Blob container.
Perform the following steps:
|
Example 3. Getting Specific Folder from Microsoft Azure Blob Storage
|
This example shows how to get a specific folder from Microsoft Azure Blob storage.
Perform the following steps:
|
Related Commands