IKeysOperations Interface

Definição

Operações keysOperations.

public interface IKeysOperations
type IKeysOperations = interface
Public Interface IKeysOperations

Métodos

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

Cria ou atualiza uma chave de workspace

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

Exclui uma chave de workspace

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

Obtém uma chave de workspace

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

Retorna uma lista de chaves em um workspace

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

Retorna uma lista de chaves em um workspace

Métodos de Extensão

CreateOrUpdate(IKeysOperations, String, String, String, Key)

Cria ou atualiza uma chave de workspace

CreateOrUpdateAsync(IKeysOperations, String, String, String, Key, CancellationToken)

Cria ou atualiza uma chave de workspace

Delete(IKeysOperations, String, String, String)

Exclui uma chave de workspace

DeleteAsync(IKeysOperations, String, String, String, CancellationToken)

Exclui uma chave de workspace

Get(IKeysOperations, String, String, String)

Obtém uma chave de workspace

GetAsync(IKeysOperations, String, String, String, CancellationToken)

Obtém uma chave de workspace

ListByWorkspace(IKeysOperations, String, String)

Retorna uma lista de chaves em um workspace

ListByWorkspaceAsync(IKeysOperations, String, String, CancellationToken)

Retorna uma lista de chaves em um workspace

ListByWorkspaceNext(IKeysOperations, String)

Retorna uma lista de chaves em um workspace

ListByWorkspaceNextAsync(IKeysOperations, String, CancellationToken)

Retorna uma lista de chaves em um workspace

Aplica-se a