New-VBOAzureBlobConnectionSettings
Short Description
Defines connection settings to Microsoft Azure Blob Storage.
Syntax
New-VBOAzureBlobConnectionSettings -Account <VBOAzureBlobAccount> -RegionType <VBOAzureRegionType> [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBOAzureBlobConnectionSettings object. This object contains connection settings to Microsoft Azure Blob Storage.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Account | Specifies Microsoft Azure Blob Storage account credentials. The cmdlet will use this storage account credentials to connect to Microsoft Azure Blob Storage. | Accepts the VBOAzureBlobAccount object. To get this object, run the Get-VBOAzureBlobAccount cmdlet. | True | Named | False |
RegionType | Specifies the region type for Microsoft Azure Blob Storage. The cmdlet will connect to the selected region type and will set up a connection with Microsoft Azure Blob Storage. You can select the following types of region:
| VBOAzureRegionType | True | 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 VBOAzureBlobConnectionSettings object that defines connection settings to Microsoft Azure Blob Storage.
Examples
Example 1. Connecting to Microsoft Azure Blob Storage of Global Region Type
This example shows how to connect to Microsoft Azure Blob Storage of the Global region type.
Perform the following steps:
|
Example 2. Connecting to Microsoft Azure Blob Storage of Germany Region Type
This example shows how to connect to Microsoft Azure Blob Storage of the Germany region type.
Perform the following steps:
|
Example 3. Connecting to Microsoft Azure Blob Storage of China Region Type
This example shows how to connect to Microsoft Azure Blob Storage of the China region type.
Perform the following steps:
|
Example 4. Connecting to Microsoft Azure Blob Storage of Government Region Type
This example shows how to connect to Microsoft Azure Blob Storage of the Government region type.
Perform the following steps:
|
Related Commands