IEdgeModulesOperations Interface

Definition

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

CreateOrUpdate(IEdgeModulesOperations, String, String, String)

Creates a new edge module or updates an existing one.

CreateOrUpdateAsync(IEdgeModulesOperations, String, String, String, CancellationToken)

Creates a new edge module or updates an existing one.

Delete(IEdgeModulesOperations, String, String, String)

Deletes an existing edge module resource.

DeleteAsync(IEdgeModulesOperations, String, String, String, CancellationToken)

Deletes an existing edge module resource.

Get(IEdgeModulesOperations, String, String, String)

Retrieves an existing edge module resource.

GetAsync(IEdgeModulesOperations, String, String, String, CancellationToken)

Retrieves an existing edge module resource.

List(IEdgeModulesOperations, String, String, Nullable<Int32>)

List all existing edge module resources.

ListAsync(IEdgeModulesOperations, String, String, Nullable<Int32>, CancellationToken)

List all existing edge module resources.

ListNext(IEdgeModulesOperations, String)

List all existing edge module resources.

ListNextAsync(IEdgeModulesOperations, String, CancellationToken)

List all existing edge module resources.

ListProvisioningToken(IEdgeModulesOperations, String, String, String, DateTime)

Creates a new provisioning token.

ListProvisioningTokenAsync(IEdgeModulesOperations, String, String, String, DateTime, CancellationToken)

Creates a new provisioning token.

Applies to