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

AppsOperationsExtensions 类

定义

AppsOperations 的扩展方法。

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

方法

BeginCreateOrUpdate(IAppsOperations, String, String, App)

创建或更新 IoT Central 应用程序的元数据。 修改属性的常用模式是检索 IoT Central 应用程序元数据和安全元数据,然后将它们与新正文中修改的值合并,以更新 IoT Central 应用程序。

BeginCreateOrUpdateAsync(IAppsOperations, String, String, App, CancellationToken)

创建或更新 IoT Central 应用程序的元数据。 修改属性的常用模式是检索 IoT Central 应用程序元数据和安全元数据,然后将它们与新正文中修改的值合并,以更新 IoT Central 应用程序。

BeginDelete(IAppsOperations, String, String)

删除 IoT Central 应用程序。

BeginDeleteAsync(IAppsOperations, String, String, CancellationToken)

删除 IoT Central 应用程序。

BeginUpdate(IAppsOperations, String, String, AppPatch)

更新 IoT Central 应用程序的元数据。

BeginUpdateAsync(IAppsOperations, String, String, AppPatch, CancellationToken)

更新 IoT Central 应用程序的元数据。

CheckNameAvailability(IAppsOperations, OperationInputs)

检查 IoT Central 应用程序名称是否可用。

CheckNameAvailabilityAsync(IAppsOperations, OperationInputs, CancellationToken)

检查 IoT Central 应用程序名称是否可用。

CheckSubdomainAvailability(IAppsOperations, OperationInputs)

检查 IoT Central 应用程序子域是否可用。

CheckSubdomainAvailabilityAsync(IAppsOperations, OperationInputs, CancellationToken)

检查 IoT Central 应用程序子域是否可用。

CreateOrUpdate(IAppsOperations, String, String, App)

创建或更新 IoT Central 应用程序的元数据。 修改属性的常用模式是检索 IoT Central 应用程序元数据和安全元数据,然后将它们与新正文中修改的值合并,以更新 IoT Central 应用程序。

CreateOrUpdateAsync(IAppsOperations, String, String, App, CancellationToken)

创建或更新 IoT Central 应用程序的元数据。 修改属性的常用模式是检索 IoT Central 应用程序元数据和安全元数据,然后将它们与新正文中修改的值合并,以更新 IoT Central 应用程序。

Delete(IAppsOperations, String, String)

删除 IoT Central 应用程序。

DeleteAsync(IAppsOperations, String, String, CancellationToken)

删除 IoT Central 应用程序。

Get(IAppsOperations, String, String)

获取 IoT Central 应用程序的元数据。

GetAsync(IAppsOperations, String, String, CancellationToken)

获取 IoT Central 应用程序的元数据。

ListByResourceGroup(IAppsOperations, String)

获取资源组中的所有 IoT Central 应用程序。

ListByResourceGroupAsync(IAppsOperations, String, CancellationToken)

获取资源组中的所有 IoT Central 应用程序。

ListByResourceGroupNext(IAppsOperations, String)

获取资源组中的所有 IoT Central 应用程序。

ListByResourceGroupNextAsync(IAppsOperations, String, CancellationToken)

获取资源组中的所有 IoT Central 应用程序。

ListBySubscription(IAppsOperations)

获取订阅中的所有 IoT Central 应用程序。

ListBySubscriptionAsync(IAppsOperations, CancellationToken)

获取订阅中的所有 IoT Central 应用程序。

ListBySubscriptionNext(IAppsOperations, String)

获取订阅中的所有 IoT Central 应用程序。

ListBySubscriptionNextAsync(IAppsOperations, String, CancellationToken)

获取订阅中的所有 IoT Central 应用程序。

ListTemplates(IAppsOperations)

获取所有可用的应用程序模板。

ListTemplatesAsync(IAppsOperations, CancellationToken)

获取所有可用的应用程序模板。

ListTemplatesNext(IAppsOperations, String)

获取所有可用的应用程序模板。

ListTemplatesNextAsync(IAppsOperations, String, CancellationToken)

获取所有可用的应用程序模板。

Update(IAppsOperations, String, String, AppPatch)

更新 IoT Central 应用程序的元数据。

UpdateAsync(IAppsOperations, String, String, AppPatch, CancellationToken)

更新 IoT Central 应用程序的元数据。

适用于