BillingPropertyOperationsExtensions.GetAsync 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 les propriétés de facturation d’un abonnement. Cette opération n’est pas prise en charge pour les comptes de facturation avec le type de contrat Accord Entreprise. https://docs.microsoft.com/en-us/rest/api/billing/
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingProperty> GetAsync (this Microsoft.Azure.Management.Billing.IBillingPropertyOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Billing.IBillingPropertyOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingProperty>
<Extension()>
Public Function GetAsync (operations As IBillingPropertyOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BillingProperty)
Paramètres
- operations
- IBillingPropertyOperations
Groupe d’opérations pour cette méthode d’extension.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET