Share via


NodeType.VmImageOffer Property

Definition

Gets or sets the offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to