PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listByRedisCache(string, string, PrivateLinkResourcesListByRedisCacheOptionalParams)

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

Method Details

listByRedisCache(string, string, PrivateLinkResourcesListByRedisCacheOptionalParams)

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

function listByRedisCache(resourceGroupName: string, cacheName: string, options?: PrivateLinkResourcesListByRedisCacheOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cacheName

string

The name of the Redis cache.

options
PrivateLinkResourcesListByRedisCacheOptionalParams

The options parameters.

Returns