次の方法で共有


Cluster.VmImage プロパティ

定義

VMSS が構成されている VM イメージを取得または設定します。 Windows や Linux などの汎用名を使用できます。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象