次の方法で共有


ClusterResource.GetPrivateLinkResourcesByClusterAsync メソッド

定義

RedisEnterprise クラスター用に作成する必要があるプライベート リンク リソースを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateLinkResources 操作 ID: PrivateLinkResources_ListByCluster

public virtual Azure.AsyncPageable<Azure.ResourceManager.RedisEnterpriseCache.Models.RedisEnterpriseCachePrivateLinkResource> GetPrivateLinkResourcesByClusterAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourcesByClusterAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RedisEnterpriseCache.Models.RedisEnterpriseCachePrivateLinkResource>
override this.GetPrivateLinkResourcesByClusterAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RedisEnterpriseCache.Models.RedisEnterpriseCachePrivateLinkResource>
Public Overridable Function GetPrivateLinkResourcesByClusterAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RedisEnterpriseCachePrivateLinkResource)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の RedisEnterpriseCachePrivateLinkResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象