Partager via


MachineLearningExtensions.GetMachineLearningQuotasAsync Méthode

Définition

Obtient les quotas d’espace de travail actuellement attribués en fonction de VMFamily.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/quotas
  • IdQuotas_List d’opération
public static Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceQuota> GetMachineLearningQuotasAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetMachineLearningQuotasAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceQuota>
<Extension()>
Public Function GetMachineLearningQuotasAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningResourceQuota)

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

location
AzureLocation

Emplacement pour lequel l’utilisation des ressources est interrogée.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de MachineLearningResourceQuota service pour itérer.

S’applique à