DedicatedHostUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DedicatedHostUpdate() |
DedicatedHostUpdate クラスの新しいインスタンスを初期化します。 |
DedicatedHostUpdate(IDictionary<String,String>, Nullable<Int32>, Nullable<Boolean>, String, IList<SubResourceReadOnly>, Nullable<DedicatedHostLicenseTypes>, Nullable<DateTime>, String, DedicatedHostInstanceView) |
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)
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.Fluent.Models.SubResourceReadOnly> virtualMachines = default, Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostLicenseTypes? licenseType = default, DateTime? provisioningTime = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceView instanceView = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostUpdate : System.Collections.Generic.IDictionary<string, string> * Nullable<int> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.SubResourceReadOnly> * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostLicenseTypes> * Nullable<DateTime> * string * Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInstanceView -> Microsoft.Azure.Management.Compute.Fluent.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)
パラメーター
- tags
- IDictionary<String,String>
リソース タグ
障害が発生した場合に専用ホストを自動的に置き換えるかどうかを指定します。 この値は、指定されていない場合、既定値は 'true' に設定されます。
- hostId
- String
プラットフォームによって生成され、専用ホストに割り当てられた一意の ID。 <br br><> ホストの有効期間中は変更されません。
- virtualMachines
- IList<SubResourceReadOnly>
専用ホスト内のすべての仮想マシンへの参照の一覧。
- licenseType
- Nullable<DedicatedHostLicenseTypes>
専用ホストにデプロイされた VM に適用されるソフトウェア ライセンスの種類を指定します。 <br><br> 指定できる値は、 <br><br>None<br><br>Windows_Server_Hybrid<br><br>Windows_Server_Perpetual<br><br> Default: None です。 指定できる値は、'None'、'Windows_Server_Hybrid'、'Windows_Server_Perpetual' です。
- provisioningState
- String
プロビジョニング状態。これは応答にのみ表示されます。
- instanceView
- DedicatedHostInstanceView
専用ホスト インスタンス ビュー。
適用対象
Azure SDK for .NET