ResourceSku.Locations Property

Definition

Gets the set of locations where the SKU is available. This is the supported and registered Azure Geo Regions (e.g., West US, East US, Southeast Asia, etc.).

[Newtonsoft.Json.JsonProperty(PropertyName="locations")]
public System.Collections.Generic.IList<string> Locations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="locations")>]
member this.Locations : System.Collections.Generic.IList<string>
Public ReadOnly Property Locations As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to