다음을 통해 공유


PrivateLinkResourcesClient Interface

public interface PrivateLinkResourcesClient

An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<PrivateLinkResourceInner> listByRedisCache(String resourceGroupName, String cacheName)

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

abstract PagedIterable<PrivateLinkResourceInner> listByRedisCache(String resourceGroupName, String cacheName, Context context)

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

abstract PagedFlux<PrivateLinkResourceInner> listByRedisCacheAsync(String resourceGroupName, String cacheName)

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

Method Details

listByRedisCache

public abstract PagedIterable listByRedisCache(String resourceGroupName, String cacheName)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cacheName - The name of the Redis cache.

Returns:

the private link resources that need to be created for a redis cache as paginated response with PagedIterable<T>.

listByRedisCache

public abstract PagedIterable listByRedisCache(String resourceGroupName, String cacheName, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cacheName - The name of the Redis cache.
context - The context to associate with this operation.

Returns:

the private link resources that need to be created for a redis cache as paginated response with PagedIterable<T>.

listByRedisCacheAsync

public abstract PagedFlux listByRedisCacheAsync(String resourceGroupName, String cacheName)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
cacheName - The name of the Redis cache.

Returns:

the private link resources that need to be created for a redis cache as paginated response with PagedFlux<T>.

Applies to