IKeysOperations Interface

Definition

KeysOperations operations.

public interface IKeysOperations
type IKeysOperations = interface
Public Interface IKeysOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Key, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a workspace key

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a workspace key

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a workspace key

ListByWorkspaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Returns a list of keys in a workspace

ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Returns a list of keys in a workspace

Extension 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