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.