Partager via


ProductsOperationsExtensions.ListByBillingProfileAsync Méthode

Définition

Répertorie les produits pour un profil 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 de type 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>> ListByBillingProfileAsync (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string billingProfileName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingProfileAsync : Microsoft.Azure.Management.Billing.IProductsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>>
<Extension()>
Public Function ListByBillingProfileAsync (operations As IProductsOperations, billingAccountName As String, billingProfileName 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 façon unique un compte de facturation.

billingProfileName
String

ID qui identifie de façon unique un profil 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ées par un signe deux-points (:).

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à