SkuInfos.Skus Property

Definition

Gets or sets list of SKUs the subscription is able to use.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to