次の方法で共有


NodeType.VmImageSku プロパティ

定義

Azure Virtual Machines Marketplace イメージの SKU を取得または設定します。 たとえば、14.04.0-LTS や 2012-R2-Datacenter などです。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象