Share via


CommitmentPlansClient.CreateOrUpdateAzureMlCommitmentPlan Method

Definition

public Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan CreateOrUpdateAzureMlCommitmentPlan (string resourceGroupName, string location, string commitmentPlanName, Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku commitmentPlanSku);
member this.CreateOrUpdateAzureMlCommitmentPlan : string * string * string * Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku -> Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan
Public Function CreateOrUpdateAzureMlCommitmentPlan (resourceGroupName As String, location As String, commitmentPlanName As String, commitmentPlanSku As ResourceSku) As CommitmentPlan

Parameters

resourceGroupName
String
location
String
commitmentPlanName
String
commitmentPlanSku
Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.ResourceSku

Returns

Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan

Applies to