IIntegrationRuntimeAuthKeysOperations Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Operações IntegrationRuntimeAuthKeysOperations.
public interface IIntegrationRuntimeAuthKeysOperations
type IIntegrationRuntimeAuthKeysOperations = interface
Public Interface IIntegrationRuntimeAuthKeysOperations
Métodos
ListWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Listar chaves de autenticação do runtime de integração |
RegenerateWithHttpMessagesAsync(String, String, String, IntegrationRuntimeRegenerateKeyParameters, Dictionary<String,List<String>>, CancellationToken) |
Regenerar chave de autenticação do runtime de integração |
Métodos de Extensão
List(IIntegrationRuntimeAuthKeysOperations, String, String, String) |
Listar chaves de autenticação do runtime de integração |
ListAsync(IIntegrationRuntimeAuthKeysOperations, String, String, String, CancellationToken) |
Listar chaves de autenticação do runtime de integração |
Regenerate(IIntegrationRuntimeAuthKeysOperations, String, String, String, IntegrationRuntimeRegenerateKeyParameters) |
Regenerar chave de autenticação do runtime de integração |
RegenerateAsync(IIntegrationRuntimeAuthKeysOperations, String, String, String, IntegrationRuntimeRegenerateKeyParameters, CancellationToken) |
Regenerar chave de autenticação do runtime de integração |
Aplica-se a
Azure SDK for .NET