Partager via


Agreements interface

Interface représentant un contrat.

Méthodes

get(string, string, AgreementsGetOptionalParams)

Obtient un contrat par ID.

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

Répertorie les contrats pour un compte de facturation.

Détails de la méthode

get(string, string, AgreementsGetOptionalParams)

Obtient un contrat par ID.

function get(billingAccountName: string, agreementName: string, options?: AgreementsGetOptionalParams): Promise<Agreement>

Paramètres

billingAccountName

string

ID qui identifie de façon unique un compte de facturation.

agreementName

string

ID qui identifie de façon unique un contrat.

options
AgreementsGetOptionalParams

Paramètres d’options.

Retours

Promise<Agreement>

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

Répertorie les contrats pour un compte de facturation.

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

Paramètres

billingAccountName

string

ID qui identifie de façon unique un compte de facturation.

options
AgreementsListByBillingAccountOptionalParams

Paramètres d’options.

Retours