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