CommitmentPeriod Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CommitmentPeriod() |
Initializes a new instance of the CommitmentPeriod class. |
CommitmentPeriod(String, Nullable<Int32>, CommitmentQuota, String, String) |
Initializes a new instance of the CommitmentPeriod class. |
CommitmentPeriod()
Initializes a new instance of the CommitmentPeriod class.
public CommitmentPeriod();
Public Sub New ()
Applies to
CommitmentPeriod(String, Nullable<Int32>, CommitmentQuota, String, String)
Initializes a new instance of the CommitmentPeriod class.
public CommitmentPeriod(string tier = default, int? count = default, Microsoft.Azure.Management.CognitiveServices.Models.CommitmentQuota quota = default, string startDate = default, string endDate = default);
new Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPeriod : string * Nullable<int> * Microsoft.Azure.Management.CognitiveServices.Models.CommitmentQuota * string * string -> Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPeriod
Public Sub New (Optional tier As String = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional quota As CommitmentQuota = Nothing, Optional startDate As String = Nothing, Optional endDate As String = Nothing)
Parameters
- tier
- String
Commitment period commitment tier.
- quota
- CommitmentQuota
- startDate
- String
Commitment period start date.
- endDate
- String
Commitment period end date.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET