EnrollmentAccounts interface
表示 EnrollmentAccounts 的介面。
方法
get(string, Enrollment |
依名稱取得註冊帳戶。 |
list(Enrollment |
列出呼叫端可存取的註冊帳戶。 |
方法詳細資料
get(string, EnrollmentAccountsGetOptionalParams)
依名稱取得註冊帳戶。
function get(name: string, options?: EnrollmentAccountsGetOptionalParams): Promise<EnrollmentAccountSummary>
參數
- name
-
string
註冊帳戶名稱。
選項參數。
傳回
Promise<EnrollmentAccountSummary>
list(EnrollmentAccountsListOptionalParams)
列出呼叫端可存取的註冊帳戶。
function list(options?: EnrollmentAccountsListOptionalParams): PagedAsyncIterableIterator<EnrollmentAccountSummary, EnrollmentAccountSummary[], PageSettings>
參數
選項參數。