次の方法で共有


StoragePrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

StoragePrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StoragePrivateEndpointConnectionData, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnections_Put
CreateOrUpdateAsync(WaitUntil, String, StoragePrivateEndpointConnectionData, CancellationToken)

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

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

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

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

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

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

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

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

ストレージ アカウントに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。

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

ストレージ アカウントに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<StoragePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<StoragePrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象