CognitiveServicesPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

CognitiveServicesPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

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

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

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

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Get
GetAll(CancellationToken)

Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続を取得します。

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

Cognitive Services アカウントに関連付けられているプライベート エンドポイント接続を取得します。

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CognitiveServicesPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CognitiveServicesPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象