Language

MockableMachineLearningSubscriptionResource.Update Method

Definition

Update quota for each VM family in workspace.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas.
  • Operation Id. : QuotasOperationGroup_Update.
  • Default Api Version. : 2026-07-01.
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaStatusResult> Update(Azure.Core.AzureLocation location, Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.Core.AzureLocation * Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUpdateContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaStatusResult>
override this.Update : Azure.Core.AzureLocation * Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUpdateContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaStatusResult>
Public Overridable Function Update (location As AzureLocation, content As MachineLearningQuotaUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningWorkspaceQuotaStatusResult)

Parameters

location
AzureLocation

The location name.

content
MachineLearningQuotaUpdateContent

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to