次の方法で共有


VmSizeProperty.SupportedByVirtualMachines プロパティ

定義

この VM サイズが仮想マシンでサポートされているかどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="supportedByVirtualMachines")]
public bool? SupportedByVirtualMachines { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="supportedByVirtualMachines")>]
member this.SupportedByVirtualMachines : Nullable<bool> with get, set
Public Property SupportedByVirtualMachines As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象