QuotaOperationsExtensions.Get(IQuotaOperations, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez la limite de quota d’une ressource. La réponse peut être utilisée pour déterminer le quota restant pour calculer une nouvelle limite de quota qui peut être envoyée avec une demande PUT.
public static Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase Get (this Microsoft.Azure.Management.Quota.IQuotaOperations operations, string resourceName, string scope);
static member Get : Microsoft.Azure.Management.Quota.IQuotaOperations * string * string -> Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase
<Extension()>
Public Function Get (operations As IQuotaOperations, resourceName As String, scope As String) As CurrentQuotaLimitBase
Paramètres
- operations
- IQuotaOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceName
- String
Nom de ressource pour un fournisseur de ressources donné. Par exemple :
- Nom de la référence SKU pour Microsoft.Compute
- Référence SKU ou TotalLowPriorityCores pour Microsoft.MachineLearningServices for Microsoft.Network PublicIPAddresses.
- scope
- String
URI de ressource Azure cible. Par exemple : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/
.
Il s’agit de l’URI de ressource Azure cible pour l’opération List GET. Si un {resourceName}
est ajouté après /quotas
, il s’agit de l’URI de ressource Azure cible dans l’opération GET pour la ressource spécifique.
Retours
S’applique à
Azure SDK for .NET