DefaultAccounts interface
表示 DefaultAccounts 的介面。
方法
方法詳細資料
get(string, string, DefaultAccountsGetOptionalParams)
取得範圍的預設帳戶。
function get(scopeTenantId: string, scopeType: string, options?: DefaultAccountsGetOptionalParams): Promise<DefaultAccountPayload>
參數
- scopeTenantId
-
string
租使用者識別碼。
- scopeType
-
string
預設帳戶的範圍。
- options
- DefaultAccountsGetOptionalParams
選項參數。
傳回
Promise<DefaultAccountPayload>
remove(string, string, DefaultAccountsRemoveOptionalParams)
從範圍中移除預設帳戶。
function remove(scopeTenantId: string, scopeType: string, options?: DefaultAccountsRemoveOptionalParams): Promise<void>
參數
- scopeTenantId
-
string
租使用者識別碼。
- scopeType
-
string
預設帳戶的範圍。
選項參數。
傳回
Promise<void>
set(DefaultAccountPayload, DefaultAccountsSetModelOptionalParams)
設定範圍的預設帳戶。
function set(defaultAccountPayload: DefaultAccountPayload, options?: DefaultAccountsSetModelOptionalParams): Promise<DefaultAccountPayload>
參數
- defaultAccountPayload
- DefaultAccountPayload
包含預設帳戶資訊和範圍的承載。
選項參數。
傳回
Promise<DefaultAccountPayload>