Compartilhar via


ServerKeysOperationsExtensions Classe

Definição

Métodos de extensão para ServerKeysOperations.

public static class ServerKeysOperationsExtensions
type ServerKeysOperationsExtensions = class
Public Module ServerKeysOperationsExtensions
Herança
ServerKeysOperationsExtensions

Métodos

BeginCreateOrUpdate(IServerKeysOperations, String, String, String, ServerKey)

Cria ou atualiza uma chave de servidor.

BeginCreateOrUpdateAsync(IServerKeysOperations, String, String, String, ServerKey, CancellationToken)

Cria ou atualiza uma chave de servidor.

BeginDelete(IServerKeysOperations, String, String, String)

Exclui a chave do servidor com o nome fornecido.

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

Exclui a chave do servidor com o nome fornecido.

CreateOrUpdate(IServerKeysOperations, String, String, String, ServerKey)

Cria ou atualiza uma chave de servidor.

CreateOrUpdateAsync(IServerKeysOperations, String, String, String, ServerKey, CancellationToken)

Cria ou atualiza uma chave de servidor.

Delete(IServerKeysOperations, String, String, String)

Exclui a chave do servidor com o nome fornecido.

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

Exclui a chave do servidor com o nome fornecido.

Get(IServerKeysOperations, String, String, String)

Obtém uma chave do servidor.

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

Obtém uma chave do servidor.

ListByServer(IServerKeysOperations, String, String)

Obtém uma lista de chaves do servidor.

ListByServerAsync(IServerKeysOperations, String, String, CancellationToken)

Obtém uma lista de chaves do servidor.

ListByServerNext(IServerKeysOperations, String)

Obtém uma lista de chaves do servidor.

ListByServerNextAsync(IServerKeysOperations, String, CancellationToken)

Obtém uma lista de chaves do servidor.

Aplica-se a