Partilhar via


IServerKeysOperations Interface

Definição

Operações ServerKeysOperations.

public interface IServerKeysOperations
type IServerKeysOperations = interface
Public Interface IServerKeysOperations

Métodos

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ServerKeyInner, Dictionary<String,List<String>>, CancellationToken)

Cria ou atualiza uma chave de servidor.

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

Exclui a chave do servidor com o nome fornecido.

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

Cria ou atualiza uma chave de servidor.

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

Exclui a chave do servidor com o nome fornecido.

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

Obtém uma chave de servidor.

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

Obtém uma lista de chaves de servidor.

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

Obtém uma lista de chaves de servidor.

Métodos de Extensão

BeginCreateOrUpdateAsync(IServerKeysOperations, String, String, String, ServerKeyInner, CancellationToken)

Cria ou atualiza uma chave de servidor.

BeginDeleteAsync(IServerKeysOperations, String, String, String, CancellationToken)

Exclui a chave do servidor com o nome fornecido.

CreateOrUpdateAsync(IServerKeysOperations, String, String, String, ServerKeyInner, CancellationToken)

Cria ou atualiza uma chave de servidor.

DeleteAsync(IServerKeysOperations, String, String, String, CancellationToken)

Exclui a chave do servidor com o nome fornecido.

GetAsync(IServerKeysOperations, String, String, String, CancellationToken)

Obtém uma chave de servidor.

ListByServerAsync(IServerKeysOperations, String, String, CancellationToken)

Obtém uma lista de chaves de servidor.

ListByServerNextAsync(IServerKeysOperations, String, CancellationToken)

Obtém uma lista de chaves de servidor.

Aplica-se a