CustomersOperationsExtensions.ListByBillingProfile 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 facturés à un profil 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer> ListByBillingProfile (this Microsoft.Azure.Management.Billing.ICustomersOperations operations, string billingAccountName, string billingProfileName, string search = default, string filter = default);
static member ListByBillingProfile : Microsoft.Azure.Management.Billing.ICustomersOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Customer>
<Extension()>
Public Function ListByBillingProfile (operations As ICustomersOperations, billingAccountName As String, billingProfileName As String, Optional search As String = Nothing, Optional filter As String = Nothing) As 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.
- billingProfileName
- String
ID qui identifie de manière unique un profil 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.
Retours
S’applique à
Azure SDK for .NET