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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET