Freigeben über


Agreements interface

Schnittstelle, die eine Vereinbarung darstellt.

Methoden

get(string, string, AgreementsGetOptionalParams)

Ruft eine Vereinbarung nach ID ab.

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

Listet die Vereinbarungen für ein Abrechnungskonto auf.

Details zur Methode

get(string, string, AgreementsGetOptionalParams)

Ruft eine Vereinbarung nach ID ab.

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

Parameter

billingAccountName

string

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

agreementName

string

Die ID, die eine Vereinbarung eindeutig identifiziert.

options
AgreementsGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<Agreement>

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

Listet die Vereinbarungen für ein Abrechnungskonto auf.

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

Parameter

billingAccountName

string

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

options
AgreementsListByBillingAccountOptionalParams

Die Optionsparameter.

Gibt zurück