Interface PrivateLinkResourcesClient
public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> listByRedisCache(String resourceGroupName, String cacheName) Gets the private link resources that need to be created for a redis cache.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> listByRedisCache(String resourceGroupName, String cacheName, com.azure.core.util.Context context) Gets the private link resources that need to be created for a redis cache.com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner> listByRedisCacheAsync(String resourceGroupName, String cacheName) Gets the private link resources that need to be created for a redis cache.
-
Method Details
-
listByRedisCacheAsync
com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByRedisCache
com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByRedisCache
com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner> listByRedisCache(String resourceGroupName, String cacheName, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-