Interface PrivateEndpointConnectionsClient


  • public interface PrivateEndpointConnectionsClient
    An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
    • Method Detail

      • listAsync

        com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> listAsync​(String resourceGroupName,
                                                                                     String cacheName)
        List all the private endpoint connections associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        Returns:
        list of private endpoint connection associated with the specified storage account 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.
      • list

        com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> list​(String resourceGroupName,
                                                                                    String cacheName)
        List all the private endpoint connections associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        Returns:
        list of private endpoint connection associated with the specified storage account 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.
      • list

        com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> list​(String resourceGroupName,
                                                                                    String cacheName,
                                                                                    com.azure.core.util.Context context)
        List all the private endpoint connections associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        context - The context to associate with this operation.
        Returns:
        list of private endpoint connection associated with the specified storage account 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.
      • getWithResponseAsync

        Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> getWithResponseAsync​(String resourceGroupName,
                                                                                                     String cacheName,
                                                                                                     String privateEndpointConnectionName)
        Gets the specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        Returns:
        the specified private endpoint connection associated with the redis cache along with Response on successful completion of Mono.
        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.
      • getAsync

        Mono<PrivateEndpointConnectionInner> getAsync​(String resourceGroupName,
                                                      String cacheName,
                                                      String privateEndpointConnectionName)
        Gets the specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        Returns:
        the specified private endpoint connection associated with the redis cache on successful completion of Mono.
        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.
      • get

        PrivateEndpointConnectionInner get​(String resourceGroupName,
                                           String cacheName,
                                           String privateEndpointConnectionName)
        Gets the specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        Returns:
        the specified private endpoint connection associated with the redis cache.
        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.
      • getWithResponse

        com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> getWithResponse​(String resourceGroupName,
                                                                                          String cacheName,
                                                                                          String privateEndpointConnectionName,
                                                                                          com.azure.core.util.Context context)
        Gets the specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        context - The context to associate with this operation.
        Returns:
        the specified private endpoint connection associated with the redis cache along with Response.
        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.
      • putWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> putWithResponseAsync​(String resourceGroupName,
                                                                                       String cacheName,
                                                                                       String privateEndpointConnectionName,
                                                                                       PrivateEndpointConnectionInner properties)
        Update the state of specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        properties - The private endpoint connection properties.
        Returns:
        the Private Endpoint Connection resource along with Response on successful completion of Mono.
        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.
      • beginPutAsync

        com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,​PrivateEndpointConnectionInner> beginPutAsync​(String resourceGroupName,
                                                                                                                                                                                String cacheName,
                                                                                                                                                                                String privateEndpointConnectionName,
                                                                                                                                                                                PrivateEndpointConnectionInner properties)
        Update the state of specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        properties - The private endpoint connection properties.
        Returns:
        the PollerFlux for polling of the Private Endpoint Connection resource.
        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.
      • beginPut

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,​PrivateEndpointConnectionInner> beginPut​(String resourceGroupName,
                                                                                                                                                                           String cacheName,
                                                                                                                                                                           String privateEndpointConnectionName,
                                                                                                                                                                           PrivateEndpointConnectionInner properties)
        Update the state of specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        properties - The private endpoint connection properties.
        Returns:
        the SyncPoller for polling of the Private Endpoint Connection resource.
        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.
      • beginPut

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,​PrivateEndpointConnectionInner> beginPut​(String resourceGroupName,
                                                                                                                                                                           String cacheName,
                                                                                                                                                                           String privateEndpointConnectionName,
                                                                                                                                                                           PrivateEndpointConnectionInner properties,
                                                                                                                                                                           com.azure.core.util.Context context)
        Update the state of specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        properties - The private endpoint connection properties.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of the Private Endpoint Connection resource.
        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.
      • putAsync

        Mono<PrivateEndpointConnectionInner> putAsync​(String resourceGroupName,
                                                      String cacheName,
                                                      String privateEndpointConnectionName,
                                                      PrivateEndpointConnectionInner properties)
        Update the state of specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        properties - The private endpoint connection properties.
        Returns:
        the Private Endpoint Connection resource on successful completion of Mono.
        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.
      • put

        PrivateEndpointConnectionInner put​(String resourceGroupName,
                                           String cacheName,
                                           String privateEndpointConnectionName,
                                           PrivateEndpointConnectionInner properties)
        Update the state of specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        properties - The private endpoint connection properties.
        Returns:
        the Private Endpoint Connection resource.
        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.
      • put

        PrivateEndpointConnectionInner put​(String resourceGroupName,
                                           String cacheName,
                                           String privateEndpointConnectionName,
                                           PrivateEndpointConnectionInner properties,
                                           com.azure.core.util.Context context)
        Update the state of specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        properties - The private endpoint connection properties.
        context - The context to associate with this operation.
        Returns:
        the Private Endpoint Connection resource.
        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.
      • deleteWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync​(String resourceGroupName,
                                                                              String cacheName,
                                                                              String privateEndpointConnectionName)
        Deletes the specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        Returns:
        the Response on successful completion of Mono.
        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.
      • deleteAsync

        Mono<Void> deleteAsync​(String resourceGroupName,
                               String cacheName,
                               String privateEndpointConnectionName)
        Deletes the specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        Returns:
        A Mono that completes when a successful response is received.
        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.
      • delete

        void delete​(String resourceGroupName,
                    String cacheName,
                    String privateEndpointConnectionName)
        Deletes the specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        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.
      • deleteWithResponse

        com.azure.core.http.rest.Response<Void> deleteWithResponse​(String resourceGroupName,
                                                                   String cacheName,
                                                                   String privateEndpointConnectionName,
                                                                   com.azure.core.util.Context context)
        Deletes the specified private endpoint connection associated with the redis cache.
        Parameters:
        resourceGroupName - The name of the resource group.
        cacheName - The name of the Redis cache.
        privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
        context - The context to associate with this operation.
        Returns:
        the Response.
        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.