CommitmentCost 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
CommitmentCost() |
Initializes a new instance of the CommitmentCost class. |
CommitmentCost(String, String) |
Initializes a new instance of the CommitmentCost class. |
CommitmentCost()
Initializes a new instance of the CommitmentCost class.
public CommitmentCost();
Public Sub New ()
Applies to
CommitmentCost(String, String)
Initializes a new instance of the CommitmentCost class.
public CommitmentCost(string commitmentMeterId = default, string overageMeterId = default);
new Microsoft.Azure.Management.CognitiveServices.Models.CommitmentCost : string * string -> Microsoft.Azure.Management.CognitiveServices.Models.CommitmentCost
Public Sub New (Optional commitmentMeterId As String = Nothing, Optional overageMeterId As String = Nothing)
Parameters
- commitmentMeterId
- String
Commitment meter Id.
- overageMeterId
- String
Overage meter Id.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET