IIntegrationRuntimeAuthKeysOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations IntegrationRuntimeAuthKeysOperations.
public interface IIntegrationRuntimeAuthKeysOperations
type IIntegrationRuntimeAuthKeysOperations = interface
Public Interface IIntegrationRuntimeAuthKeysOperations
Méthodes
ListWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Répertorier les clés d’authentification du runtime d’intégration |
RegenerateWithHttpMessagesAsync(String, String, String, IntegrationRuntimeRegenerateKeyParameters, Dictionary<String,List<String>>, CancellationToken) |
Régénérer la clé d’authentification du runtime d’intégration |
Méthodes d’extension
List(IIntegrationRuntimeAuthKeysOperations, String, String, String) |
Répertorier les clés d’authentification du runtime d’intégration |
ListAsync(IIntegrationRuntimeAuthKeysOperations, String, String, String, CancellationToken) |
Répertorier les clés d’authentification du runtime d’intégration |
Regenerate(IIntegrationRuntimeAuthKeysOperations, String, String, String, IntegrationRuntimeRegenerateKeyParameters) |
Régénérer la clé d’authentification du runtime d’intégration |
RegenerateAsync(IIntegrationRuntimeAuthKeysOperations, String, String, String, IntegrationRuntimeRegenerateKeyParameters, CancellationToken) |
Régénérer la clé d’authentification du runtime d’intégration |
S’applique à
Azure SDK for .NET