DefaultAccounts interface
DefaultAccounts を表すインターフェイス。
メソッド
| get(string, string, Default |
スコープの既定のアカウントを取得します。 |
| remove(string, string, Default |
スコープから既定のアカウントを削除します。 |
| set(Default |
スコープの既定のアカウントを設定します。 |
メソッドの詳細
get(string, string, DefaultAccountsGetOptionalParams)
スコープの既定のアカウントを取得します。
function get(scopeTenantId: string, scopeType: string, options?: DefaultAccountsGetOptionalParams): Promise<DefaultAccountPayload>
パラメーター
- scopeTenantId
-
string
テナント ID。
- scopeType
-
string
既定のアカウントのスコープ。
- options
- DefaultAccountsGetOptionalParams
オプション パラメーター。
戻り値
Promise<DefaultAccountPayload>
remove(string, string, DefaultAccountsRemoveOptionalParams)
スコープから既定のアカウントを削除します。
function remove(scopeTenantId: string, scopeType: string, options?: DefaultAccountsRemoveOptionalParams): Promise<void>
パラメーター
- scopeTenantId
-
string
テナント ID。
- scopeType
-
string
既定のアカウントのスコープ。
オプション パラメーター。
戻り値
Promise<void>
set(DefaultAccountPayload, DefaultAccountsSetModelOptionalParams)
スコープの既定のアカウントを設定します。
function set(defaultAccountPayload: DefaultAccountPayload, options?: DefaultAccountsSetModelOptionalParams): Promise<DefaultAccountPayload>
パラメーター
- defaultAccountPayload
- DefaultAccountPayload
既定のアカウント情報とスコープを含むペイロード。
オプション パラメーター。
戻り値
Promise<DefaultAccountPayload>