次の方法で共有


ManagedInstancePrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

ManagedInstancePrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ManagedInstancePrivateEndpointConnectionData, CancellationToken)

指定された名前のプライベート エンドポイント接続を承認または拒否します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdManagedInstancePrivateEndpointConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ManagedInstancePrivateEndpointConnectionData, CancellationToken)

指定された名前のプライベート エンドポイント接続を承認または拒否します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdManagedInstancePrivateEndpointConnections_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdManagedInstancePrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdManagedInstancePrivateEndpointConnections_Get
Get(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdManagedInstancePrivateEndpointConnections_Get
GetAll(CancellationToken)

サーバー上のすべてのプライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections
  • 操作IdManagedInstancePrivateEndpointConnections_ListByManagedInstance
GetAllAsync(CancellationToken)

サーバー上のすべてのプライベート エンドポイント接続を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections
  • 操作IdManagedInstancePrivateEndpointConnections_ListByManagedInstance
GetAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdManagedInstancePrivateEndpointConnections_Get
GetIfExists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdManagedInstancePrivateEndpointConnections_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdManagedInstancePrivateEndpointConnections_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ManagedInstancePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ManagedInstancePrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象