ResourceSku.LocationInfo Property

Definition

Gets or sets the set of locations where the SKU is available.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to