DefaultAccountsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET