Partager via


BillingPermissions interface

Interface représentant un BillingPermissions.

Méthodes

listByBillingAccount(string, BillingPermissionsListByBillingAccountOptionalParams)

Répertorie les autorisations de facturation dont dispose l’appelant sur un compte de facturation.

listByBillingProfile(string, string, BillingPermissionsListByBillingProfileOptionalParams)

Répertorie les autorisations de facturation dont dispose l’appelant sur un profil de facturation.

listByCustomer(string, string, BillingPermissionsListByCustomerOptionalParams)

Répertorie les autorisations de facturation dont dispose l’appelant pour un client.

listByInvoiceSections(string, string, string, BillingPermissionsListByInvoiceSectionsOptionalParams)

Répertorie les autorisations de facturation dont dispose l’appelant sur une section de facture.

Détails de la méthode

listByBillingAccount(string, BillingPermissionsListByBillingAccountOptionalParams)

Répertorie les autorisations de facturation dont dispose l’appelant sur un compte de facturation.

function listByBillingAccount(billingAccountName: string, options?: BillingPermissionsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<BillingPermissionsProperties, BillingPermissionsProperties[], PageSettings>

Paramètres

billingAccountName

string

ID qui identifie de manière unique un compte de facturation.

options
BillingPermissionsListByBillingAccountOptionalParams

Paramètres d’options.

Retours

listByBillingProfile(string, string, BillingPermissionsListByBillingProfileOptionalParams)

Répertorie les autorisations de facturation dont dispose l’appelant sur un profil de facturation.

function listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: BillingPermissionsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<BillingPermissionsProperties, BillingPermissionsProperties[], PageSettings>

Paramètres

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.

options
BillingPermissionsListByBillingProfileOptionalParams

Paramètres d’options.

Retours

listByCustomer(string, string, BillingPermissionsListByCustomerOptionalParams)

Répertorie les autorisations de facturation dont dispose l’appelant pour un client.

function listByCustomer(billingAccountName: string, customerName: string, options?: BillingPermissionsListByCustomerOptionalParams): PagedAsyncIterableIterator<BillingPermissionsProperties, BillingPermissionsProperties[], PageSettings>

Paramètres

billingAccountName

string

ID qui identifie de manière unique un compte de facturation.

customerName

string

ID qui identifie un client de manière unique.

options
BillingPermissionsListByCustomerOptionalParams

Paramètres d’options.

Retours

listByInvoiceSections(string, string, string, BillingPermissionsListByInvoiceSectionsOptionalParams)

Répertorie les autorisations de facturation dont dispose l’appelant sur une section de facture.

function listByInvoiceSections(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: BillingPermissionsListByInvoiceSectionsOptionalParams): PagedAsyncIterableIterator<BillingPermissionsProperties, BillingPermissionsProperties[], PageSettings>

Paramètres

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.

invoiceSectionName

string

ID qui identifie de manière unique une section de facture.

Retours