IEdgeModulesOperations 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 EdgeModulesOperations.
public interface IEdgeModulesOperations
type IEdgeModulesOperations = interface
Public Interface IEdgeModulesOperations
Méthodes
CreateOrUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Crée un module edge ou met à jour un module existant. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Supprime une ressource de module edge existante. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Récupère une ressource de module edge existante. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Répertorier toutes les ressources de module edge existantes. |
ListProvisioningTokenWithHttpMessagesAsync(String, String, String, DateTime, Dictionary<String,List<String>>, CancellationToken) |
Crée un nouveau jeton d’approvisionnement. |
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
Répertorier toutes les ressources de module edge existantes. |
Méthodes d’extension
S’applique à
Azure SDK for .NET