次の方法で共有


IotCentralExtensions クラス

定義

Azure.ResourceManager.IotCentral に拡張メソッドを追加するクラス。

public static class IotCentralExtensions
type IotCentralExtensions = class
Public Module IotCentralExtensions
継承
IotCentralExtensions

メソッド

CheckIotCentralAppNameAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

IoT Central アプリケーション名が使用可能かどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability
  • 操作IdApps_CheckNameAvailability
CheckIotCentralAppNameAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

IoT Central アプリケーション名が使用可能かどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability
  • 操作IdApps_CheckNameAvailability
CheckIotCentralAppSubdomainAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

IoT Central アプリケーション サブドメインが使用可能かどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability
  • 操作IdApps_CheckSubdomainAvailability
CheckIotCentralAppSubdomainAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

IoT Central アプリケーション サブドメインが使用可能かどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability
  • 操作IdApps_CheckSubdomainAvailability
GetIotCentralApp(ResourceGroupResource, String, CancellationToken)

IoT Central アプリケーションのメタデータを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}
  • 操作IdApps_Get
GetIotCentralAppAsync(ResourceGroupResource, String, CancellationToken)

IoT Central アプリケーションのメタデータを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}
  • 操作IdApps_Get
GetIotCentralAppResource(ArmClient, ResourceIdentifier)

に対して IotCentralAppResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を IotCentralAppResourceResourceIdentifier 作成できます。

GetIotCentralApps(ResourceGroupResource)

ResourceGroupResource 内の IotCentralAppResources のコレクションを取得します。

GetIotCentralApps(SubscriptionResource, CancellationToken)

サブスクリプション内のすべての IoT Central アプリケーションを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps
  • 操作IdApps_ListBySubscription
GetIotCentralAppsAsync(SubscriptionResource, CancellationToken)

サブスクリプション内のすべての IoT Central アプリケーションを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps
  • 操作IdApps_ListBySubscription
GetIotCentralPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

に対して IotCentralPrivateEndpointConnectionResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を IotCentralPrivateEndpointConnectionResourceResourceIdentifier 作成できます。

GetIotCentralPrivateLinkResource(ArmClient, ResourceIdentifier)

に対して IotCentralPrivateLinkResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を IotCentralPrivateLinkResourceResourceIdentifier 作成できます。

GetTemplatesApps(SubscriptionResource, CancellationToken)

使用可能なすべてのアプリケーション テンプレートを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates
  • 操作IdApps_ListTemplates
GetTemplatesAppsAsync(SubscriptionResource, CancellationToken)

使用可能なすべてのアプリケーション テンプレートを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates
  • 操作IdApps_ListTemplates

適用対象