Share via


ImageReference.Sku Property

Definition

Gets or sets the SKU of the Azure Virtual Machines Marketplace image.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

For example, 18.04-LTS or 2022-datacenter.

Applies to