次の方法で共有


PrivateLinkResourcesOperationsExtensions.ListByRedisCacheAsync メソッド

定義

Redis キャッシュ用に作成する必要があるプライベート リンク リソースを取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Redis.Models.PrivateLinkResource>> ListByRedisCacheAsync (this Microsoft.Azure.Management.Redis.IPrivateLinkResourcesOperations operations, string resourceGroupName, string cacheName, System.Threading.CancellationToken cancellationToken = default);
static member ListByRedisCacheAsync : Microsoft.Azure.Management.Redis.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Redis.Models.PrivateLinkResource>>
<Extension()>
Public Function ListByRedisCacheAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, cacheName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of PrivateLinkResource))

パラメーター

operations
IPrivateLinkResourcesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

cacheName
String

Redis キャッシュの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象