Add-VBOAzureBlobFolder
Short Description
Creates Microsoft Azure Blob folders.
Syntax
Detailed Description
This cmdlet creates Microsoft Azure Blob folders.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Container | Specifies the Microsoft Azure Blob container. The cmdlet will create a folder in this container. | 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. The cmdlet will create the Microsoft Azure Blob folder with this name. | String | True | 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. Creating Microsoft Azure Blob Folder
This example shows how to create a Microsoft Azure Blob folder.
Perform the following steps:
|
Related Commands