共用方式為


EnrollmentAccounts interface

表示 EnrollmentAccounts 的介面。

方法

get(string, EnrollmentAccountsGetOptionalParams)

依名稱取得註冊帳戶。

list(EnrollmentAccountsListOptionalParams)

列出呼叫端可存取的註冊帳戶。

方法詳細資料

get(string, EnrollmentAccountsGetOptionalParams)

依名稱取得註冊帳戶。

function get(name: string, options?: EnrollmentAccountsGetOptionalParams): Promise<EnrollmentAccountSummary>

參數

name

string

註冊帳戶名稱。

options
EnrollmentAccountsGetOptionalParams

選項參數。

傳回

list(EnrollmentAccountsListOptionalParams)

列出呼叫端可存取的註冊帳戶。

function list(options?: EnrollmentAccountsListOptionalParams): PagedAsyncIterableIterator<EnrollmentAccountSummary, EnrollmentAccountSummary[], PageSettings>

參數

options
EnrollmentAccountsListOptionalParams

選項參數。

傳回