HealthcareApisServicePrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

HealthcareApisServicePrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, HealthcareApisPrivateEndpointConnectionData, CancellationToken)

サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, HealthcareApisPrivateEndpointConnectionData, CancellationToken)

サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

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

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

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

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

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

サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

サービスのすべてのプライベート エンドポイント接続を一覧表示します。

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

サービスのすべてのプライベート エンドポイント接続を一覧表示します。

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

サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<HealthcareApisServicePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<HealthcareApisServicePrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象