ProviderResourceType.LocationMappings Property

Definition

Gets or sets the location mappings that are supported by this resource type.

[Newtonsoft.Json.JsonProperty(PropertyName="locationMappings")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ProviderExtendedLocation> LocationMappings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="locationMappings")>]
member this.LocationMappings : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ProviderExtendedLocation> with get, set
Public Property LocationMappings As IList(Of ProviderExtendedLocation)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to