次の方法で共有


ComputePrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

ComputePrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ComputePrivateEndpointConnectionData, CancellationToken)

ディスク アクセス リソースのプライベート エンドポイント接続を承認または拒否します。これは、新しいプライベート エンドポイント接続を作成するために使用できません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdDiskAccesses_UpdateAPrivateEndpointConnection
CreateOrUpdateAsync(WaitUntil, String, ComputePrivateEndpointConnectionData, CancellationToken)

ディスク アクセス リソースのプライベート エンドポイント接続を承認または拒否します。これは、新しいプライベート エンドポイント接続を作成するために使用できません。

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

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

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

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

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

ディスク アクセス リソースのプライベート エンドポイント接続に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdDiskAccesses_GetAPrivateEndpointConnection
GetAll(CancellationToken)

ディスク アクセス リソースのプライベート エンドポイント接続に関する情報を一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections
  • 操作IdDiskAccesses_ListPrivateEndpointConnections
GetAllAsync(CancellationToken)

ディスク アクセス リソースのプライベート エンドポイント接続に関する情報を一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections
  • 操作IdDiskAccesses_ListPrivateEndpointConnections
GetAsync(String, CancellationToken)

ディスク アクセス リソースのプライベート エンドポイント接続に関する情報を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ComputePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ComputePrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象