Partager via


BillingRoleAssignments interface

Interface représentant un BillingRoleAssignments.

Méthodes

deleteByBillingAccount(string, string, BillingRoleAssignmentsDeleteByBillingAccountOptionalParams)

Supprime une attribution de rôle pour l’appelant sur un compte de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft.

deleteByBillingProfile(string, string, string, BillingRoleAssignmentsDeleteByBillingProfileOptionalParams)

Supprime une attribution de rôle pour l’appelant sur un profil de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft.

deleteByInvoiceSection(string, string, string, string, BillingRoleAssignmentsDeleteByInvoiceSectionOptionalParams)

Supprime une attribution de rôle pour l’appelant sur une section de facture. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft.

getByBillingAccount(string, string, BillingRoleAssignmentsGetByBillingAccountOptionalParams)

Obtient une attribution de rôle pour l’appelant sur un compte de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft.

getByBillingProfile(string, string, string, BillingRoleAssignmentsGetByBillingProfileOptionalParams)

Obtient une attribution de rôle pour l’appelant sur un profil de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft.

getByInvoiceSection(string, string, string, string, BillingRoleAssignmentsGetByInvoiceSectionOptionalParams)

Obtient une attribution de rôle pour l’appelant sur une section de facture. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft.

listByBillingAccount(string, BillingRoleAssignmentsListByBillingAccountOptionalParams)

Répertorie les attributions de rôles pour l’appelant sur un compte de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft.

listByBillingProfile(string, string, BillingRoleAssignmentsListByBillingProfileOptionalParams)

Répertorie les attributions de rôles pour l’appelant sur un profil de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft.

listByInvoiceSection(string, string, string, BillingRoleAssignmentsListByInvoiceSectionOptionalParams)

Répertorie les attributions de rôles pour l’appelant sur une section de facture. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft.

Détails de la méthode

deleteByBillingAccount(string, string, BillingRoleAssignmentsDeleteByBillingAccountOptionalParams)

Supprime une attribution de rôle pour l’appelant sur un compte de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft.

function deleteByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsDeleteByBillingAccountOptionalParams): Promise<BillingRoleAssignment>

Paramètres

billingAccountName

string

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

billingRoleAssignmentName

string

ID qui identifie de manière unique une attribution de rôle.

Retours

deleteByBillingProfile(string, string, string, BillingRoleAssignmentsDeleteByBillingProfileOptionalParams)

Supprime une attribution de rôle pour l’appelant sur un profil de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft.

function deleteByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsDeleteByBillingProfileOptionalParams): Promise<BillingRoleAssignment>

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.

billingRoleAssignmentName

string

ID qui identifie de manière unique une attribution de rôle.

Retours

deleteByInvoiceSection(string, string, string, string, BillingRoleAssignmentsDeleteByInvoiceSectionOptionalParams)

Supprime une attribution de rôle pour l’appelant sur une section de facture. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft.

function deleteByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsDeleteByInvoiceSectionOptionalParams): Promise<BillingRoleAssignment>

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.

billingRoleAssignmentName

string

ID qui identifie de manière unique une attribution de rôle.

Retours

getByBillingAccount(string, string, BillingRoleAssignmentsGetByBillingAccountOptionalParams)

Obtient une attribution de rôle pour l’appelant sur un compte de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft.

function getByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsGetByBillingAccountOptionalParams): Promise<BillingRoleAssignment>

Paramètres

billingAccountName

string

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

billingRoleAssignmentName

string

ID qui identifie de manière unique une attribution de rôle.

Retours

getByBillingProfile(string, string, string, BillingRoleAssignmentsGetByBillingProfileOptionalParams)

Obtient une attribution de rôle pour l’appelant sur un profil de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft.

function getByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsGetByBillingProfileOptionalParams): Promise<BillingRoleAssignment>

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.

billingRoleAssignmentName

string

ID qui identifie de manière unique une attribution de rôle.

Retours

getByInvoiceSection(string, string, string, string, BillingRoleAssignmentsGetByInvoiceSectionOptionalParams)

Obtient une attribution de rôle pour l’appelant sur une section de facture. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft.

function getByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, options?: BillingRoleAssignmentsGetByInvoiceSectionOptionalParams): Promise<BillingRoleAssignment>

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.

billingRoleAssignmentName

string

ID qui identifie de manière unique une attribution de rôle.

Retours

listByBillingAccount(string, BillingRoleAssignmentsListByBillingAccountOptionalParams)

Répertorie les attributions de rôles pour l’appelant sur un compte de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft.

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

Paramètres

billingAccountName

string

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

Retours

listByBillingProfile(string, string, BillingRoleAssignmentsListByBillingProfileOptionalParams)

Répertorie les attributions de rôles pour l’appelant sur un profil de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft.

function listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: BillingRoleAssignmentsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<BillingRoleAssignment, BillingRoleAssignment[], 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.

Retours

listByInvoiceSection(string, string, string, BillingRoleAssignmentsListByInvoiceSectionOptionalParams)

Répertorie les attributions de rôles pour l’appelant sur une section de facture. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat client Microsoft.

function listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: BillingRoleAssignmentsListByInvoiceSectionOptionalParams): PagedAsyncIterableIterator<BillingRoleAssignment, BillingRoleAssignment[], 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