CommitmentPlanProperties Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CommitmentPlanProperties() |
Initialisiert eine neue instance der CommitmentPlanProperties-Klasse. |
CommitmentPlanProperties(String, String, CommitmentPeriod, Nullable<Boolean>, CommitmentPeriod, CommitmentPeriod) |
Initialisiert eine neue instance der CommitmentPlanProperties-Klasse. |
CommitmentPlanProperties()
Initialisiert eine neue instance der CommitmentPlanProperties-Klasse.
public CommitmentPlanProperties ();
Public Sub New ()
Gilt für:
CommitmentPlanProperties(String, String, CommitmentPeriod, Nullable<Boolean>, CommitmentPeriod, CommitmentPeriod)
Initialisiert eine neue instance der CommitmentPlanProperties-Klasse.
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)
Parameter
- hostingModel
- String
Kontohostingmodell. Mögliche Werte: "Web", "ConnectedContainer", "DisconnectedContainer"
- planType
- String
Typ des Verpflichtungsplans.
- current
- CommitmentPeriod
- next
- CommitmentPeriod
- last
- CommitmentPeriod
Gilt für:
Azure SDK for .NET