MockableMachineLearningSubscriptionResource.Update 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.
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.
The request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content is null.