次の方法で共有


DedicatedHostGroupUpdate.Hosts プロパティ

定義

専用ホスト グループ内のすべての専用ホストへの参照の一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hosts")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> Hosts { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hosts")>]
member this.Hosts : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly>
Public ReadOnly Property Hosts As IList(Of SubResourceReadOnly)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象