AvailableProvidersListParameters.AzureLocations Property

Definition

Gets or sets a list of Azure regions.

[Newtonsoft.Json.JsonProperty(PropertyName="azureLocations")]
public System.Collections.Generic.IList<string> AzureLocations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="azureLocations")>]
member this.AzureLocations : System.Collections.Generic.IList<string> with get, set
Public Property AzureLocations As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to