CustomersOperationsExtensions.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 clients qui sont facturés à un compte de facturation. L’opération est prise en charge uniquement pour les comptes de facturation avec le type de contrat 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.Customer>> ListByBillingAccountAsync (this Microsoft.Azure.Management.Billing.ICustomersOperations operations, string billingAccountName, string search = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingAccountAsync : Microsoft.Azure.Management.Billing.ICustomersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer>>
<Extension()>
Public Function ListByBillingAccountAsync (operations As ICustomersOperations, billingAccountName As String, Optional search As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Customer))
Paramètres
- operations
- ICustomersOperations
Groupe d’opérations pour cette méthode d’extension.
- billingAccountName
- String
ID qui identifie de manière unique un compte de facturation.
- search
- String
Utilisé pour rechercher des clients par leur nom. Tout client avec le nom contenant le texte de recherche sera inclus dans la réponse
- filter
- String
Peut être utilisé pour filtrer la liste des clients.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET