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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET