Cluster.VmImage Property

Definition

Gets or sets the VM image VMSS has been configured with. Generic names such as Windows or Linux can be used.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to