Partager via


BillingPropertyOperationsExtensions.GetAsync Méthode

Définition

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 à