你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IEdgeModulesOperations 接口

定义

EdgeModulesOperations 操作。

public interface IEdgeModulesOperations
type IEdgeModulesOperations = interface
Public Interface IEdgeModulesOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

创建新的边缘模块或更新现有边缘模块。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除现有的边缘模块资源。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

检索现有边缘模块资源。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出所有现有边缘模块资源。

ListProvisioningTokenWithHttpMessagesAsync(String, String, String, DateTime, Dictionary<String,List<String>>, CancellationToken)

创建新的预配令牌。

ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

列出所有现有边缘模块资源。

扩展方法

CreateOrUpdate(IEdgeModulesOperations, String, String, String)

创建新的边缘模块或更新现有边缘模块。

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

创建新的边缘模块或更新现有边缘模块。

Delete(IEdgeModulesOperations, String, String, String)

删除现有的边缘模块资源。

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

删除现有的边缘模块资源。

Get(IEdgeModulesOperations, String, String, String)

检索现有边缘模块资源。

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

检索现有边缘模块资源。

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

列出所有现有边缘模块资源。

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

列出所有现有边缘模块资源。

ListNext(IEdgeModulesOperations, String)

列出所有现有边缘模块资源。

ListNextAsync(IEdgeModulesOperations, String, CancellationToken)

列出所有现有边缘模块资源。

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

创建新的预配令牌。

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

创建新的预配令牌。

适用于