次の方法で共有


DedicatedHostUpdate コンストラクター

定義

オーバーロード

DedicatedHostUpdate()

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

DedicatedHostUpdate(IDictionary<String,String>, Nullable<Int32>, Nullable<Boolean>, String, IList<SubResourceReadOnly>, Nullable<DedicatedHostLicenseTypes>, Nullable<DateTime>, String, DedicatedHostInstanceView, Nullable<DateTime>, Sku)

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

DedicatedHostUpdate()

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

public DedicatedHostUpdate ();
Public Sub New ()

適用対象

DedicatedHostUpdate(IDictionary<String,String>, Nullable<Int32>, Nullable<Boolean>, String, IList<SubResourceReadOnly>, Nullable<DedicatedHostLicenseTypes>, Nullable<DateTime>, String, DedicatedHostInstanceView, Nullable<DateTime>, Sku)

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

public DedicatedHostUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, int? platformFaultDomain = default, bool? autoReplaceOnFailure = default, string hostId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> virtualMachines = default, Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes? licenseType = default, DateTime? provisioningTime = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView instanceView = default, DateTime? timeCreated = default, Microsoft.Azure.Management.Compute.Models.Sku sku = default);
new Microsoft.Azure.Management.Compute.Models.DedicatedHostUpdate : System.Collections.Generic.IDictionary<string, string> * Nullable<int> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly> * Nullable<Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes> * Nullable<DateTime> * string * Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Models.Sku -> Microsoft.Azure.Management.Compute.Models.DedicatedHostUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional platformFaultDomain As Nullable(Of Integer) = Nothing, Optional autoReplaceOnFailure As Nullable(Of Boolean) = Nothing, Optional hostId As String = Nothing, Optional virtualMachines As IList(Of SubResourceReadOnly) = Nothing, Optional licenseType As Nullable(Of DedicatedHostLicenseTypes) = Nothing, Optional provisioningTime As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional instanceView As DedicatedHostInstanceView = Nothing, Optional timeCreated As Nullable(Of DateTime) = Nothing, Optional sku As Sku = Nothing)

パラメーター

tags
IDictionary<String,String>

リソース タグ

platformFaultDomain
Nullable<Int32>

専用ホスト グループ内の専用ホストの障害ドメイン。

autoReplaceOnFailure
Nullable<Boolean>

障害が発生した場合に専用ホストを自動的に置き換えるかどうかを指定します。 この値は、指定されていない場合、既定値は 'true' に設定されます。

hostId
String

プラットフォームによって生成され、専用ホストに割り当てられた一意の ID。 ホストの有効期間中は変更されません。

virtualMachines
IList<SubResourceReadOnly>

専用ホスト内のすべての仮想マシンへの参照の一覧。

licenseType
Nullable<DedicatedHostLicenseTypes>

専用ホストにデプロイされた VM に適用されるソフトウェア ライセンスの種類を指定します。 使用可能な値は 、なし、Windows_Server_Hybrid、Windows_Server_Perpetualです。 既定値は None.. です。 指定できる値は、'None'、'Windows_Server_Hybrid'、'Windows_Server_Perpetual' です。

provisioningTime
Nullable<DateTime>

ホストが最初にプロビジョニングされた日付。

provisioningState
String

プロビジョニング状態。これは応答にのみ表示されます。

instanceView
DedicatedHostInstanceView

専用ホスト インスタンス ビュー。

timeCreated
Nullable<DateTime>

専用ホスト リソースが作成された時刻を指定します。 最小 api-version: 2021-11-01。

sku
Sku

[サイズ変更のために使用可能なすべての専用ホスト サイズを一覧表示する](https://docs.microsoft.com/rest/api/compute/dedicated-hosts/listavailablesizes). サイズ変更は、DedicatedHost のスケールアップにのみ使用できます。 名前のみを設定する必要があります。

適用対象