MachineLearningExtensions.UpdateMachineLearningQuotasAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisieren Sie das Kontingent für jede VM-Familie des Arbeitsbereichs.
- Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas
- Vorgangs-IdQuotas_Update
public static Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaUpdate> UpdateMachineLearningQuotasAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
static member UpdateMachineLearningQuotasAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUpdateContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaUpdate>
<Extension()>
Public Function UpdateMachineLearningQuotasAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, content As MachineLearningQuotaUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningWorkspaceQuotaUpdate)
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance die -Methode ausgeführt wird.
- location
- AzureLocation
Der Speicherort für das Updatekontingent wird abgefragt.
Kontingentaktualisierungsparameter.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine asynchrone Auflistung von MachineLearningWorkspaceQuotaUpdate , die mehrere Dienstanforderungen durchlaufen kann.
Ausnahmen
content
ist NULL.