次の方法で共有


DedicatedHostAvailableCapacity.AllocatableVMs プロパティ

定義

専用ホストへのデプロイが許可される各 VM サイズの観点から表される専用ホストの未使用の容量を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="allocatableVMs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostAllocatableVM> AllocatableVMs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allocatableVMs")>]
member this.AllocatableVMs : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostAllocatableVM> with get, set
Public Property AllocatableVMs As IList(Of DedicatedHostAllocatableVM)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象