Share via


CommitmentPlansClient.PatchAzureMlCommitmentPlan Method

Definition

public Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan PatchAzureMlCommitmentPlan (string resourceGroupName, string commitmentPlanName, Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload patchPayload);
member this.PatchAzureMlCommitmentPlan : string * string * Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload -> Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan
Public Function PatchAzureMlCommitmentPlan (resourceGroupName As String, commitmentPlanName As String, patchPayload As CommitmentPlanPatchPayload) As CommitmentPlan

Parameters

resourceGroupName
String
commitmentPlanName
String
patchPayload
Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlanPatchPayload

Returns

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

Applies to