CommitmentPlanProperties コンストラクター

定義

オーバーロード

CommitmentPlanProperties()

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

CommitmentPlanProperties(String, String, CommitmentPeriod, Nullable<Boolean>, CommitmentPeriod, CommitmentPeriod)

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

CommitmentPlanProperties()

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

public CommitmentPlanProperties ();
Public Sub New ()

適用対象

CommitmentPlanProperties(String, String, CommitmentPeriod, Nullable<Boolean>, CommitmentPeriod, CommitmentPeriod)

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

public CommitmentPlanProperties (string hostingModel = default, string planType = default, Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPeriod current = default, bool? autoRenew = default, Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPeriod next = default, Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPeriod last = default);
new Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlanProperties : string * string * Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPeriod * Nullable<bool> * Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPeriod * Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPeriod -> Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlanProperties
Public Sub New (Optional hostingModel As String = Nothing, Optional planType As String = Nothing, Optional current As CommitmentPeriod = Nothing, Optional autoRenew As Nullable(Of Boolean) = Nothing, Optional next As CommitmentPeriod = Nothing, Optional last As CommitmentPeriod = Nothing)

パラメーター

hostingModel
String

アカウント ホスティング モデル。 使用できる値は、'Web'、'ConnectedContainer'、'DisconnectedContainer' です。

planType
String

コミットメント プランの種類。

autoRenew
Nullable<Boolean>

AutoRenew コミットメント プラン。

適用対象