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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET