Agreements interface

규약을 나타내는 인터페이스입니다.

메서드

get(string, string, AgreementsGetOptionalParams)

ID로 규약을 가져옵니다.

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

청구 계정에 대한 계약을 나열합니다.

메서드 세부 정보

get(string, string, AgreementsGetOptionalParams)

ID로 규약을 가져옵니다.

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

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

agreementName

string

규약을 고유하게 식별하는 ID입니다.

options
AgreementsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<Agreement>

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

청구 계정에 대한 계약을 나열합니다.

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

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

options
AgreementsListByBillingAccountOptionalParams

옵션 매개 변수입니다.

반환