Interface PrivateLinkResources


  • public interface PrivateLinkResources
    Resource collection API of PrivateLinkResources.
    • Method Detail

      • listByCluster

        com.azure.core.http.rest.PagedIterable<PrivateLinkResource> listByCluster​(String resourceGroupName,
                                                                                  String clusterName)
        Gets the private link resources that need to be created for a RedisEnterprise cluster.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        clusterName - The name of the RedisEnterprise cluster.
        Returns:
        the private link resources that need to be created for a RedisEnterprise cluster 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.
      • listByCluster

        com.azure.core.http.rest.PagedIterable<PrivateLinkResource> listByCluster​(String resourceGroupName,
                                                                                  String clusterName,
                                                                                  com.azure.core.util.Context context)
        Gets the private link resources that need to be created for a RedisEnterprise cluster.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        clusterName - The name of the RedisEnterprise cluster.
        context - The context to associate with this operation.
        Returns:
        the private link resources that need to be created for a RedisEnterprise cluster 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.