Compartir a través de


PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

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

Method Details

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Gets the private link resources that need to be created for a RedisEnterprise 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 RedisEnterprise cluster.

options
PrivateLinkResourcesListByClusterOptionalParams

The options parameters.

Returns