Share via


PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Gets the private link resources that need to be created for a Redis Enterprise cluster.

Method Details

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Gets the private link resources that need to be created for a Redis Enterprise cluster.

function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

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

clusterName

string

The name of the Redis Enterprise cluster. Name must be 1-60 characters long. Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor consecutive hyphens

options
PrivateLinkResourcesListByClusterOptionalParams

The options parameters.

Returns