Get-VBOAzureLocation
Short Description
Returns a Microsoft Azure region.
Syntax
Detailed Description
This cmdlet returns the VBOAzureLocation object.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Subscription | Specifies a subscription associated with a user account that will be used to access Azure Blob storage. | Accepts the VBOAzureSubscription object. To get this object, run the Get-VBOAzureSubscription cmdlet. | True | Named | True (ByValue) | False |
Name | Specifies a Microsoft Azure region name. The cmdlet will return a Microsoft Azure region with this name. | 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 VBOAzureLocation object.
Examples
Example 1. Getting Azure Location
This example shows how to get the Microsoft Azure region.
Perform the following steps:
|
Related Commands