EdgeModulesOperationsExtensions Class

Definition

Extension methods for EdgeModulesOperations.

public static class EdgeModulesOperationsExtensions
type EdgeModulesOperationsExtensions = class
Public Module EdgeModulesOperationsExtensions
Inheritance
EdgeModulesOperationsExtensions

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