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

EdgeModulesOperationsExtensions 类

定义

EdgeModulesOperations 的扩展方法。

public static class EdgeModulesOperationsExtensions
type EdgeModulesOperationsExtensions = class
Public Module EdgeModulesOperationsExtensions
继承
EdgeModulesOperationsExtensions

方法

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)

创建新的预配令牌。

适用于