ArmCognitiveServicesModelFactory.CommitmentCost(String, String) Method
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.
Initializes a new instance of CommitmentCost.
public static Azure.ResourceManager.CognitiveServices.Models.CommitmentCost CommitmentCost (string commitmentMeterId = default, string overageMeterId = default);
static member CommitmentCost : string * string -> Azure.ResourceManager.CognitiveServices.Models.CommitmentCost
Public Shared Function CommitmentCost (Optional commitmentMeterId As String = Nothing, Optional overageMeterId As String = Nothing) As CommitmentCost
Parameters
- commitmentMeterId
- String
Commitment meter Id.
- overageMeterId
- String
Overage meter Id.
Returns
A new CommitmentCost instance for mocking.
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