JobResource.Location Property

Definition

The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.

[Microsoft.Azure.PowerShell.Cmdlets.DataBox.FormatTable(Index=2)]
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Origin(Microsoft.Azure.PowerShell.Cmdlets.DataBox.PropertyOrigin.Inherited)]
public string Location { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.FormatTable(Index=2)>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Origin(Microsoft.Azure.PowerShell.Cmdlets.DataBox.PropertyOrigin.Inherited)>]
member this.Location : string with get, set
Public Property Location As String

Property Value

Implements

Attributes

Applies to