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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET