ComputeNode.VmSize プロパティ

定義

コンピューティング ノードをホストする仮想マシンのサイズを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

プールで使用可能な仮想マシンのサイズについては、「Azure Batch プール内のコンピューティング ノードの VM サイズを選択する」 () を参照してください。https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).

適用対象