次の方法で共有


MachineLearningPrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

MachineLearningPrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MachineLearningPrivateEndpointConnectionData, CancellationToken)

PE 接続を承認または拒否するためにエンド ユーザーによって呼び出されます。 このメソッドは、呼び出しを検証して NRP に転送する必要があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningPrivateEndpointConnectionData, CancellationToken)

PE 接続を承認または拒否するためにエンド ユーザーによって呼び出されます。 このメソッドは、呼び出しを検証して NRP に転送する必要があります。

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

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

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

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

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

PE 接続を取得するためにエンド ユーザーによって呼び出されます。

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

すべての PE 接続を取得するためにエンド ユーザーによって呼び出されます。

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

すべての PE 接続を取得するためにエンド ユーザーによって呼び出されます。

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

PE 接続を取得するためにエンド ユーザーによって呼び出されます。

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

サービスからこのリソースの詳細の取得を試みます。

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

サービスからこのリソースの詳細の取得を試みます。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MachineLearningPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MachineLearningPrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象