次の方法で共有


DeviceProvisioningServicesPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

DeviceProvisioningServicesPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DeviceProvisioningServicesPrivateEndpointConnectionData, CancellationToken)

指定した名前でプライベート エンドポイント接続の状態を作成または更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdIotDpsResource_CreateOrUpdatePrivateEndpointConnection
CreateOrUpdateAsync(WaitUntil, String, DeviceProvisioningServicesPrivateEndpointConnectionData, CancellationToken)

指定した名前でプライベート エンドポイント接続の状態を作成または更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdIotDpsResource_CreateOrUpdatePrivateEndpointConnection
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdIotDpsResource_GetPrivateEndpointConnection
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdIotDpsResource_GetPrivateEndpointConnection
Get(String, CancellationToken)

プライベート エンドポイント接続プロパティを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdIotDpsResource_GetPrivateEndpointConnection
GetAll(CancellationToken)

プライベート エンドポイント接続プロパティを一覧表示する

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

プライベート エンドポイント接続プロパティを一覧表示する

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

プライベート エンドポイント接続プロパティを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdIotDpsResource_GetPrivateEndpointConnection
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DeviceProvisioningServicesPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DeviceProvisioningServicesPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象