次の方法で共有


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 アプリケーションのメタデータを更新します。

適用対象