DefaultAccountsOperationsExtensions Class

Definition

Extension methods for DefaultAccountsOperations.

public static class DefaultAccountsOperationsExtensions
type DefaultAccountsOperationsExtensions = class
Public Module DefaultAccountsOperationsExtensions
Inheritance
DefaultAccountsOperationsExtensions

Methods

Get(IDefaultAccountsOperations, Guid, String, String)

Gets the default account information set for the scope.

GetAsync(IDefaultAccountsOperations, Guid, String, String, CancellationToken)

Gets the default account information set for the scope.

Remove(IDefaultAccountsOperations, Guid, String, String)

Removes the default account from the scope.

RemoveAsync(IDefaultAccountsOperations, Guid, String, String, CancellationToken)

Removes the default account from the scope.

Set(IDefaultAccountsOperations, DefaultAccountPayload)

Sets the default account for the scope.

SetAsync(IDefaultAccountsOperations, DefaultAccountPayload, CancellationToken)

Sets the default account for the scope.

Applies to