KeysOperationsExtensions 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 KeysOperations.
public static class KeysOperationsExtensions
type KeysOperationsExtensions = class
Public Module KeysOperationsExtensions
- Inheritance
-
KeysOperationsExtensions
Methods
CreateOrUpdate(IKeysOperations, String, String, String, Key) |
Creates or updates a workspace key |
CreateOrUpdateAsync(IKeysOperations, String, String, String, Key, CancellationToken) |
Creates or updates a workspace key |
Delete(IKeysOperations, String, String, String) |
Deletes a workspace key |
DeleteAsync(IKeysOperations, String, String, String, CancellationToken) |
Deletes a workspace key |
Get(IKeysOperations, String, String, String) |
Gets a workspace key |
GetAsync(IKeysOperations, String, String, String, CancellationToken) |
Gets a workspace key |
ListByWorkspace(IKeysOperations, String, String) |
Returns a list of keys in a workspace |
ListByWorkspaceAsync(IKeysOperations, String, String, CancellationToken) |
Returns a list of keys in a workspace |
ListByWorkspaceNext(IKeysOperations, String) |
Returns a list of keys in a workspace |
ListByWorkspaceNextAsync(IKeysOperations, String, CancellationToken) |
Returns a list of keys in a workspace |
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