次の方法で共有


DefaultAccounts interface

DefaultAccounts を表すインターフェイス。

メソッド

get(string, string, DefaultAccountsGetOptionalParams)

スコープの既定のアカウントを取得します。

remove(string, string, DefaultAccountsRemoveOptionalParams)

スコープから既定のアカウントを削除します。

set(DefaultAccountPayload, DefaultAccountsSetModelOptionalParams)

スコープの既定のアカウントを設定します。

メソッドの詳細

get(string, string, DefaultAccountsGetOptionalParams)

スコープの既定のアカウントを取得します。

function get(scopeTenantId: string, scopeType: string, options?: DefaultAccountsGetOptionalParams): Promise<DefaultAccountPayload>

パラメーター

scopeTenantId

string

テナント ID。

scopeType

string

既定のアカウントのスコープ。

options
DefaultAccountsGetOptionalParams

オプション パラメーター。

戻り値

remove(string, string, DefaultAccountsRemoveOptionalParams)

スコープから既定のアカウントを削除します。

function remove(scopeTenantId: string, scopeType: string, options?: DefaultAccountsRemoveOptionalParams): Promise<void>

パラメーター

scopeTenantId

string

テナント ID。

scopeType

string

既定のアカウントのスコープ。

options
DefaultAccountsRemoveOptionalParams

オプション パラメーター。

戻り値

Promise<void>

set(DefaultAccountPayload, DefaultAccountsSetModelOptionalParams)

スコープの既定のアカウントを設定します。

function set(defaultAccountPayload: DefaultAccountPayload, options?: DefaultAccountsSetModelOptionalParams): Promise<DefaultAccountPayload>

パラメーター

defaultAccountPayload
DefaultAccountPayload

既定のアカウント情報とスコープを含むペイロード。

options
DefaultAccountsSetModelOptionalParams

オプション パラメーター。

戻り値