次の方法で共有


RedisEnterpriseCachePrivateEndpointConnectionCollection クラス

定義

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

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

コンストラクター

RedisEnterpriseCachePrivateEndpointConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, RedisEnterpriseCachePrivateEndpointConnectionData, CancellationToken)

RedisEnterprise クラスターに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} 操作 ID: PrivateEndpointConnections_Put

CreateOrUpdateAsync(WaitUntil, String, RedisEnterpriseCachePrivateEndpointConnectionData, CancellationToken)

RedisEnterprise クラスターに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} 操作 ID: PrivateEndpointConnections_Put

Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} 操作 ID: PrivateEndpointConnections_Get

ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} 操作 ID: PrivateEndpointConnections_Get

Get(String, CancellationToken)

RedisEnterprise クラスターに関連付けられている指定されたプライベート エンドポイント接続を取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} 操作 ID: PrivateEndpointConnections_Get

GetAll(CancellationToken)

RedisEnterprise クラスターに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections 操作 ID: PrivateEndpointConnections_List

GetAllAsync(CancellationToken)

RedisEnterprise クラスターに関連付けられているすべてのプライベート エンドポイント接続を一覧表示します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections 操作 ID: PrivateEndpointConnections_List

GetAsync(String, CancellationToken)

RedisEnterprise クラスターに関連付けられている指定されたプライベート エンドポイント接続を取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} 操作 ID: PrivateEndpointConnections_Get

TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<RedisEnterpriseCachePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<RedisEnterpriseCachePrivateEndpointConnectionResource>.GetEnumerator()

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

適用対象