DedicatedHostGroupUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DedicatedHostGroupUpdate() |
DedicatedHostGroupUpdate クラスの新しいインスタンスを初期化します。 |
DedicatedHostGroupUpdate(Int32, IDictionary<String,String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, IList<String>) |
DedicatedHostGroupUpdate クラスの新しいインスタンスを初期化します。 |
DedicatedHostGroupUpdate(Int32, IDictionary<String,String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, DedicatedHostGroupPropertiesAdditionalCapabilities, 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, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> hosts, Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupInstanceView instanceView, bool? supportAutomaticPlacement, System.Collections.Generic.IList<string> zones);
new Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupUpdate : int * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> * Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupInstanceView * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupUpdate
Public Sub New (platformFaultDomainCount As Integer, tags As IDictionary(Of String, String), hosts As IList(Of SubResourceReadOnly), instanceView As DedicatedHostGroupInstanceView, supportAutomaticPlacement As Nullable(Of Boolean), zones As IList(Of String))
パラメーター
- platformFaultDomainCount
- Int32
ホスト グループがスパンできる障害ドメインの数。
- tags
- IDictionary<String,String>
リソース タグ
- hosts
- IList<SubResourceReadOnly>
専用ホスト グループ内のすべての専用ホストへの参照の一覧。
- instanceView
- DedicatedHostGroupInstanceView
専用ホスト グループ インスタンス ビュー。専用ホスト グループの下に専用ホストのインスタンス ビューの一覧が表示されます。
仮想マシンまたは仮想マシン スケール セットを専用ホスト グループに自動的に配置できるかどうかを指定します。 自動配置とは、専用ホスト グループの下で、Azure によって選択された専用ホストにリソースが割り当てられることを意味します。 この値は、指定されていない場合、既定値は 'false' に設定されます。 <br><br>最小 api-version: 2020-06-01。
このホスト グループに使用する可用性ゾーン。 1 つのゾーンのみがサポートされています。 ゾーンは作成時にのみ割り当てることができます。 指定しない場合、グループはリージョン内のすべてのゾーンをサポートします。 指定した場合、グループ内の各ホストが同じゾーンに配置されます。
適用対象
DedicatedHostGroupUpdate(Int32, IDictionary<String,String>, IList<SubResourceReadOnly>, DedicatedHostGroupInstanceView, Nullable<Boolean>, DedicatedHostGroupPropertiesAdditionalCapabilities, IList<String>)
DedicatedHostGroupUpdate クラスの新しいインスタンスを初期化します。
public DedicatedHostGroupUpdate (int platformFaultDomainCount, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> hosts = default, Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupInstanceView instanceView = default, bool? supportAutomaticPlacement = default, Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupPropertiesAdditionalCapabilities additionalCapabilities = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupUpdate : int * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> * Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupInstanceView * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupPropertiesAdditionalCapabilities * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.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 additionalCapabilities As DedicatedHostGroupPropertiesAdditionalCapabilities = Nothing, Optional zones As IList(Of String) = Nothing)
パラメーター
- platformFaultDomainCount
- Int32
ホスト グループがスパンできる障害ドメインの数。
- tags
- IDictionary<String,String>
リソース タグ
- hosts
- IList<SubResourceReadOnly>
専用ホスト グループ内のすべての専用ホストへの参照の一覧。
- instanceView
- DedicatedHostGroupInstanceView
専用ホスト グループ インスタンス ビュー。専用ホスト グループの下に専用ホストのインスタンス ビューの一覧が表示されます。
仮想マシンまたは仮想マシン スケール セットを専用ホスト グループに自動的に配置できるかどうかを指定します。 自動配置とは、専用ホスト グループの下で、Azure によって選択された専用ホストにリソースが割り当てられることを意味します。 この値は、指定されていない場合、既定値は 'false' に設定されます。 最小 api-version: 2020-06-01。
- additionalCapabilities
- DedicatedHostGroupPropertiesAdditionalCapabilities
専用ホスト グループの機能を有効または無効にします。 最小 api-version: 2022-03-01。
このホスト グループに使用する可用性ゾーン。 1 つのゾーンのみがサポートされています。 ゾーンは作成時にのみ割り当てることができます。 指定しない場合、グループはリージョン内のすべてのゾーンをサポートします。 指定した場合、グループ内の各ホストが同じゾーンに配置されます。
適用対象
Azure SDK for .NET