This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBOAzureLocation

Short Description

Returns a Microsoft Azure region.

Syntax

Get-VBOAzureLocation -Subscription <VBOAzureSubscription> [-Name <String>]  [<CommonParameters>]

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

Get-VBOAzureLocationExample 1. Getting Azure Location

Related Commands