Share via


ContainerGroup.Sku Property

Definition

Gets or sets the SKU for a container group. Possible values include: 'Standard', 'Dedicated'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sku")]
public string Sku { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sku")>]
member this.Sku : string with get, set
Public Property Sku As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to