Share via


RedisResource.GetPrivateLinkResourcesByRedisCache(CancellationToken) Method

Definition

Gets the private link resources that need to be created for a redis cache.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{cacheName}/privateLinkResources
  • Operation Id: PrivateLinkResources_ListByRedisCache
  • Default Api Version: 2023-08-01
public virtual Azure.Pageable<Azure.ResourceManager.Redis.Models.RedisPrivateLinkResource> GetPrivateLinkResourcesByRedisCache (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourcesByRedisCache : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Redis.Models.RedisPrivateLinkResource>
override this.GetPrivateLinkResourcesByRedisCache : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Redis.Models.RedisPrivateLinkResource>
Public Overridable Function GetPrivateLinkResourcesByRedisCache (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RedisPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of RedisPrivateLinkResource that may take multiple service requests to iterate over.

Applies to