ArmCognitiveServicesModelFactory.CommitmentPlanAssociation 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 CommitmentPlanAssociation.
public static Azure.ResourceManager.CognitiveServices.Models.CommitmentPlanAssociation CommitmentPlanAssociation (Azure.Core.ResourceIdentifier commitmentPlanId = default, string commitmentPlanLocation = default);
static member CommitmentPlanAssociation : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.CognitiveServices.Models.CommitmentPlanAssociation
Public Shared Function CommitmentPlanAssociation (Optional commitmentPlanId As ResourceIdentifier = Nothing, Optional commitmentPlanLocation As String = Nothing) As CommitmentPlanAssociation
Parameters
- commitmentPlanId
- ResourceIdentifier
The Azure resource id of the commitment plan.
- commitmentPlanLocation
- String
The location of of the commitment plan.
Returns
A new CommitmentPlanAssociation 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