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
Paged |
listByRedisCache(String resourceGroupName, String cacheName)
Gets the private link resources that need to be created for a redis cache. |
abstract
Paged |
listByRedisCache(String resourceGroupName, String cacheName, Context context)
Gets the private link resources that need to be created for a redis cache. |
abstract
Paged |
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
Gets the private link resources that need to be created for a redis cache.
Parameters:
Returns:
listByRedisCache
public abstract PagedIterable
Gets the private link resources that need to be created for a redis cache.
Parameters:
Returns:
listByRedisCacheAsync
public abstract PagedFlux
Gets the private link resources that need to be created for a redis cache.
Parameters:
Returns:
Applies to
Azure SDK for Java