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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET