次の方法で共有


NodeTypeDescription.VmInstanceCount プロパティ

定義

ノードの種類のノード数を取得または設定します。 この数は、対応する VirtualMachineScaleSet リソースの capacity プロパティと一致する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="vmInstanceCount")]
public int VmInstanceCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="vmInstanceCount")>]
member this.VmInstanceCount : int with get, set
Public Property VmInstanceCount As Integer

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象