次の方法で共有


DedicatedHostInner コンストラクター

定義

オーバーロード

DedicatedHostInner()

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

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

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

DedicatedHostInner()

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

public DedicatedHostInner ();
Public Sub New ()

適用対象

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

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

public DedicatedHostInner (string location, Microsoft.Azure.Management.Compute.Fluent.Models.Sku sku, string id = default, string name = default, string type = default, 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.DedicatedHostInner : string * Microsoft.Azure.Management.Compute.Fluent.Models.Sku * string * string * string * 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.DedicatedHostInner
Public Sub New (location As String, sku As Sku, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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)

パラメーター

location
String
sku
Sku

ハードウェア生成と VM ファミリ用の専用ホストの SKU。 名前のみを設定する必要があります。 使用可能な値の一覧については、Microsoft.Compute SKU を一覧表示します。

id
String
name
String
type
String
platformFaultDomain
Nullable<Int32>

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

autoReplaceOnFailure
Nullable<Boolean>

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

provisioningTime
Nullable<DateTime>

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

provisioningState
String

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

instanceView
DedicatedHostInstanceView

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

適用対象