次の方法で共有


DedicatedHostGroupUpdate コンストラクター

定義

オーバーロード

DedicatedHostGroupUpdate()

DedicatedHostGroupUpdate クラスの新しいインスタンスを初期化します。

DedicatedHostGroupUpdate(Int32, IDictionary<String,String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, IList<String>)

DedicatedHostGroupUpdate クラスの新しいインスタンスを初期化します。

DedicatedHostGroupUpdate()

DedicatedHostGroupUpdate クラスの新しいインスタンスを初期化します。

public DedicatedHostGroupUpdate();
Public Sub New ()

適用対象

DedicatedHostGroupUpdate(Int32, IDictionary<String,String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, IList<String>)

DedicatedHostGroupUpdate クラスの新しいインスタンスを初期化します。

public DedicatedHostGroupUpdate(int platformFaultDomainCount, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.SubResourceReadOnly> hosts = default, Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostGroupInstanceView instanceView = default, bool? supportAutomaticPlacement = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostGroupUpdate : int * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.SubResourceReadOnly> * Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostGroupInstanceView * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostGroupUpdate
Public Sub New (platformFaultDomainCount As Integer, Optional tags As IDictionary(Of String, String) = Nothing, Optional hosts As IList(Of SubResourceReadOnly) = Nothing, Optional instanceView As DedicatedHostGroupInstanceView = Nothing, Optional supportAutomaticPlacement As Nullable(Of Boolean) = Nothing, Optional zones As IList(Of String) = Nothing)

パラメーター

platformFaultDomainCount
Int32

ホスト グループがスパンできる障害ドメインの数。

tags
IDictionary<String,String>

リソース タグ

hosts
IList<SubResourceReadOnly>

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

instanceView
DedicatedHostGroupInstanceView

専用ホスト グループ インスタンス ビュー。専用ホスト グループの下にある専用ホストのインスタンス ビューの一覧が表示されます。

supportAutomaticPlacement
Nullable<Boolean>

仮想マシンまたは仮想マシン スケール セットを専用ホスト グループに自動的に配置できるかどうかを指定します。 自動配置とは、専用ホスト グループの下で Azure によって選択された専用ホストにリソースが割り当てられることを意味します。 この値は、指定されていない場合は既定で 'true' に設定されます。 <br><br>Minimum api-version: 2020-06-01。

zones
IList<String>

このホスト グループに使用する可用性ゾーン。 1 つのゾーンのみがサポートされています。 ゾーンは作成時にのみ割り当てることができます。 指定しない場合、グループはリージョン内のすべてのゾーンをサポートします。 指定した場合は、グループ内の各ホストを同じゾーンに強制します。

適用対象