共用方式為


Agreements interface

代表合約的介面。

方法

get(string, string, AgreementsGetOptionalParams)

依識別碼取得合約。

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

列出計費帳戶的合約。

方法詳細資料

get(string, string, AgreementsGetOptionalParams)

依識別碼取得合約。

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

參數

billingAccountName

string

可唯一識別計費帳戶的識別碼。

agreementName

string

可唯一識別合約的識別碼。

options
AgreementsGetOptionalParams

選項參數。

傳回

Promise<Agreement>

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

列出計費帳戶的合約。

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

參數

billingAccountName

string

可唯一識別計費帳戶的識別碼。

傳回