IEdgeModulesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EdgeModulesOperations operations.
public interface IEdgeModulesOperations
type IEdgeModulesOperations = interface
Public Interface IEdgeModulesOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Creates a new edge module or updates an existing one. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes an existing edge module resource. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieves an existing edge module resource. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List all existing edge module resources. |
ListProvisioningTokenWithHttpMessagesAsync(String, String, String, DateTime, Dictionary<String,List<String>>, CancellationToken) |
Creates a new provisioning token. |
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
List all existing edge module resources. |
Extension Methods
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET