ProductsOperationsExtensions.ListByBillingAccountAsync 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.
Répertorie les produits d’un compte de facturation. Ceux-ci n’incluent pas les produits facturés en fonction de l’utilisation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft ou Contrat Partenaire Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>> ListByBillingAccountAsync (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingAccountAsync : Microsoft.Azure.Management.Billing.IProductsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>>
<Extension()>
Public Function ListByBillingAccountAsync (operations As IProductsOperations, billingAccountName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Product))
Paramètres
- operations
- IProductsOperations
Groupe d’opérations pour cette méthode d’extension.
- billingAccountName
- String
ID qui identifie de manière unique un compte de facturation.
- filter
- String
Peut être utilisé pour filtrer par type de produit. Le filtre prend en charge « eq », « lt », « gt », « le », « ge » et « and ». Actuellement, il ne prend pas en charge « ne », « or » ou « not ». Le filtre de balise est une chaîne de paire clé-valeur où clé et valeur sont séparés par un signe deux-points (:).
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET