Interface ApplicationGatewayPrivateEndpointConnectionsClient


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

      • deleteWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync​(String resourceGroupName,
                                                                                          String applicationGatewayName,
                                                                                          String connectionName)
        Deletes the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        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.
      • beginDeleteAsync

        com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,​Void> beginDeleteAsync​(String resourceGroupName,
                                                                                                                               String applicationGatewayName,
                                                                                                                               String connectionName)
        Deletes the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        Returns:
        the PollerFlux for polling of long-running operation.
        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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String resourceGroupName,
                                                                                                                          String applicationGatewayName,
                                                                                                                          String connectionName)
        Deletes the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        Returns:
        the SyncPoller for polling of long-running operation.
        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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String resourceGroupName,
                                                                                                                          String applicationGatewayName,
                                                                                                                          String connectionName,
                                                                                                                          com.azure.core.util.Context context)
        Deletes the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of long-running operation.
        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 applicationGatewayName,
                               String connectionName)
        Deletes the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        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 applicationGatewayName,
                    String connectionName)
        Deletes the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        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 applicationGatewayName,
                    String connectionName,
                    com.azure.core.util.Context context)
        Deletes the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        context - The context to associate with this operation.
        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.
      • updateWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync​(String resourceGroupName,
                                                                                          String applicationGatewayName,
                                                                                          String connectionName,
                                                                                          ApplicationGatewayPrivateEndpointConnectionInner parameters)
        Updates the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        parameters - Parameters supplied to update application gateway private endpoint connection operation.
        Returns:
        private Endpoint connection on an application gateway 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.
      • beginUpdateAsync

        com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,​ApplicationGatewayPrivateEndpointConnectionInner> beginUpdateAsync​(String resourceGroupName,
                                                                                                                                                                                                                       String applicationGatewayName,
                                                                                                                                                                                                                       String connectionName,
                                                                                                                                                                                                                       ApplicationGatewayPrivateEndpointConnectionInner parameters)
        Updates the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        parameters - Parameters supplied to update application gateway private endpoint connection operation.
        Returns:
        the PollerFlux for polling of private Endpoint connection on an application gateway.
        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.
      • beginUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,​ApplicationGatewayPrivateEndpointConnectionInner> beginUpdate​(String resourceGroupName,
                                                                                                                                                                                                                  String applicationGatewayName,
                                                                                                                                                                                                                  String connectionName,
                                                                                                                                                                                                                  ApplicationGatewayPrivateEndpointConnectionInner parameters)
        Updates the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        parameters - Parameters supplied to update application gateway private endpoint connection operation.
        Returns:
        the SyncPoller for polling of private Endpoint connection on an application gateway.
        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.
      • beginUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,​ApplicationGatewayPrivateEndpointConnectionInner> beginUpdate​(String resourceGroupName,
                                                                                                                                                                                                                  String applicationGatewayName,
                                                                                                                                                                                                                  String connectionName,
                                                                                                                                                                                                                  ApplicationGatewayPrivateEndpointConnectionInner parameters,
                                                                                                                                                                                                                  com.azure.core.util.Context context)
        Updates the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        parameters - Parameters supplied to update application gateway private endpoint connection operation.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of private Endpoint connection on an application gateway.
        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.
      • updateAsync

        Mono<ApplicationGatewayPrivateEndpointConnectionInner> updateAsync​(String resourceGroupName,
                                                                           String applicationGatewayName,
                                                                           String connectionName,
                                                                           ApplicationGatewayPrivateEndpointConnectionInner parameters)
        Updates the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        parameters - Parameters supplied to update application gateway private endpoint connection operation.
        Returns:
        private Endpoint connection on an application gateway 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.
      • update

        ApplicationGatewayPrivateEndpointConnectionInner update​(String resourceGroupName,
                                                                String applicationGatewayName,
                                                                String connectionName,
                                                                ApplicationGatewayPrivateEndpointConnectionInner parameters)
        Updates the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        parameters - Parameters supplied to update application gateway private endpoint connection operation.
        Returns:
        private Endpoint connection on an application gateway.
        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.
      • update

        ApplicationGatewayPrivateEndpointConnectionInner update​(String resourceGroupName,
                                                                String applicationGatewayName,
                                                                String connectionName,
                                                                ApplicationGatewayPrivateEndpointConnectionInner parameters,
                                                                com.azure.core.util.Context context)
        Updates the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        parameters - Parameters supplied to update application gateway private endpoint connection operation.
        context - The context to associate with this operation.
        Returns:
        private Endpoint connection on an application gateway.
        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<ApplicationGatewayPrivateEndpointConnectionInner>> getWithResponseAsync​(String resourceGroupName,
                                                                                                                       String applicationGatewayName,
                                                                                                                       String connectionName)
        Gets the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        Returns:
        the specified private endpoint connection on application gateway 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<ApplicationGatewayPrivateEndpointConnectionInner> getAsync​(String resourceGroupName,
                                                                        String applicationGatewayName,
                                                                        String connectionName)
        Gets the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        Returns:
        the specified private endpoint connection on application gateway 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

        ApplicationGatewayPrivateEndpointConnectionInner get​(String resourceGroupName,
                                                             String applicationGatewayName,
                                                             String connectionName)
        Gets the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        Returns:
        the specified private endpoint connection on application gateway.
        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<ApplicationGatewayPrivateEndpointConnectionInner> getWithResponse​(String resourceGroupName,
                                                                                                            String applicationGatewayName,
                                                                                                            String connectionName,
                                                                                                            com.azure.core.util.Context context)
        Gets the specified private endpoint connection on application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        connectionName - The name of the application gateway private endpoint connection.
        context - The context to associate with this operation.
        Returns:
        the specified private endpoint connection on application gateway 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.
      • listAsync

        com.azure.core.http.rest.PagedFlux<ApplicationGatewayPrivateEndpointConnectionInner> listAsync​(String resourceGroupName,
                                                                                                       String applicationGatewayName)
        Lists all private endpoint connections on an application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        Returns:
        response for ListApplicationGatewayPrivateEndpointConnection API service call 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<ApplicationGatewayPrivateEndpointConnectionInner> list​(String resourceGroupName,
                                                                                                      String applicationGatewayName)
        Lists all private endpoint connections on an application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        Returns:
        response for ListApplicationGatewayPrivateEndpointConnection API service call 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<ApplicationGatewayPrivateEndpointConnectionInner> list​(String resourceGroupName,
                                                                                                      String applicationGatewayName,
                                                                                                      com.azure.core.util.Context context)
        Lists all private endpoint connections on an application gateway.
        Parameters:
        resourceGroupName - The name of the resource group.
        applicationGatewayName - The name of the application gateway.
        context - The context to associate with this operation.
        Returns:
        response for ListApplicationGatewayPrivateEndpointConnection API service call 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.