Partager via


BillingSubscriptionsOperationsExtensions.ListByBillingProfileAsync Méthode

Définition

Répertorie les abonnements qui sont facturés à un profil de facturation. 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.BillingSubscription>> ListByBillingProfileAsync (this Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations operations, string billingAccountName, string billingProfileName, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingProfileAsync : Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingSubscription>>
<Extension()>
Public Function ListByBillingProfileAsync (operations As IBillingSubscriptionsOperations, billingAccountName As String, billingProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BillingSubscription))

Paramètres

operations
IBillingSubscriptionsOperations

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à