Share via


ImageReference.Offer Property

Definition

Gets or sets the offer type of the Azure Virtual Machines Marketplace image.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

For example, UbuntuServer or WindowsServer.

Applies to