次の方法で共有


IotCentralPrivateEndpointConnectionCollection クラス

定義

のコレクション IotCentralPrivateEndpointConnectionResource とその操作を表すクラス。 コレクション内の各 IotCentralPrivateEndpointConnectionResource は、 の同じインスタンス IotCentralAppResourceに属します。 インスタンスを IotCentralPrivateEndpointConnectionCollection 取得するには、 のインスタンス IotCentralAppResourceから GetIotCentralPrivateEndpointConnections メソッドを呼び出します。

public class IotCentralPrivateEndpointConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.IotCentral.IotCentralPrivateEndpointConnectionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotCentral.IotCentralPrivateEndpointConnectionResource>
type IotCentralPrivateEndpointConnectionCollection = class
    inherit ArmCollection
    interface seq<IotCentralPrivateEndpointConnectionResource>
    interface IEnumerable
    interface IAsyncEnumerable<IotCentralPrivateEndpointConnectionResource>
Public Class IotCentralPrivateEndpointConnectionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of IotCentralPrivateEndpointConnectionResource), IEnumerable(Of IotCentralPrivateEndpointConnectionResource)
継承
IotCentralPrivateEndpointConnectionCollection
実装

コンストラクター

IotCentralPrivateEndpointConnectionCollection()

モック作成のために クラスの IotCentralPrivateEndpointConnectionCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, IotCentralPrivateEndpointConnectionData, CancellationToken)

プライベート エンドポイント接続を更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Create
CreateOrUpdateAsync(WaitUntil, String, IotCentralPrivateEndpointConnectionData, CancellationToken)

プライベート エンドポイント接続を更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Create
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

IoT Central アプリケーションのプライベート エンドポイント接続のメタデータを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
GetAll(CancellationToken)

IoT Central アプリケーションのすべてのプライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateEndpointConnections
  • 操作IdPrivateEndpointConnections_List
GetAllAsync(CancellationToken)

IoT Central アプリケーションのすべてのプライベート エンドポイント接続を取得します。

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

IoT Central アプリケーションのプライベート エンドポイント接続のメタデータを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<IotCentralPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<IotCentralPrivateEndpointConnectionResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象