다음을 통해 공유


ApiManagementSku.LocationInfo Property

Definition

Gets a list of locations and availability zones in those locations where the SKU is available.

[Newtonsoft.Json.JsonProperty(PropertyName="locationInfo")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuLocationInfo> LocationInfo { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="locationInfo")>]
member this.LocationInfo : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuLocationInfo>
Public ReadOnly Property LocationInfo As IList(Of ApiManagementSkuLocationInfo)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to