你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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