CommitmentPlansClient.CreateOrUpdateAzureMlCommitmentPlan 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.
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