DefaultAccounts interface
Rozhraní představující DefaultAccounts.
Metody
get(string, string, Default |
Získejte výchozí účet pro obor. |
remove(string, string, Default |
Odebere výchozí účet z oboru. |
set(Default |
Nastaví výchozí účet pro obor. |
Podrobnosti metody
get(string, string, DefaultAccountsGetOptionalParams)
Získejte výchozí účet pro obor.
function get(scopeTenantId: string, scopeType: string, options?: DefaultAccountsGetOptionalParams): Promise<DefaultAccountPayload>
Parametry
- scopeTenantId
-
string
ID tenanta.
- scopeType
-
string
Obor výchozího účtu.
- options
- DefaultAccountsGetOptionalParams
Parametry možností
Návraty
Promise<DefaultAccountPayload>
remove(string, string, DefaultAccountsRemoveOptionalParams)
Odebere výchozí účet z oboru.
function remove(scopeTenantId: string, scopeType: string, options?: DefaultAccountsRemoveOptionalParams): Promise<void>
Parametry
- scopeTenantId
-
string
ID tenanta.
- scopeType
-
string
Obor výchozího účtu.
Parametry možností
Návraty
Promise<void>
set(DefaultAccountPayload, DefaultAccountsSetModelOptionalParams)
Nastaví výchozí účet pro obor.
function set(defaultAccountPayload: DefaultAccountPayload, options?: DefaultAccountsSetModelOptionalParams): Promise<DefaultAccountPayload>
Parametry
- defaultAccountPayload
- DefaultAccountPayload
Datová část obsahující výchozí informace o účtu a rozsah.
Parametry možností
Návraty
Promise<DefaultAccountPayload>