Class ManagedPrivateEndpointsAsyncClient

java.lang.Object
com.azure.analytics.synapse.managedprivateendpoints.ManagedPrivateEndpointsAsyncClient

public final class ManagedPrivateEndpointsAsyncClient extends Object
Initializes a new instance of the asynchronous ManagedPrivateEndpointsClient type.
  • Method Details

    • getWithResponse

      public Mono<Response<ManagedPrivateEndpoint>> getWithResponse(String managedVirtualNetworkName, String managedPrivateEndpointName)
      Get Managed Private Endpoints.
      Parameters:
      managedVirtualNetworkName - Managed virtual network name.
      managedPrivateEndpointName - Managed private endpoint name.
      Returns:
      managed Private Endpoints.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      HttpResponseException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      public Mono<ManagedPrivateEndpoint> get(String managedVirtualNetworkName, String managedPrivateEndpointName)
      Get Managed Private Endpoints.
      Parameters:
      managedVirtualNetworkName - Managed virtual network name.
      managedPrivateEndpointName - Managed private endpoint name.
      Returns:
      managed Private Endpoints.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      HttpResponseException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createWithResponse

      public Mono<Response<ManagedPrivateEndpoint>> createWithResponse(String managedVirtualNetworkName, String managedPrivateEndpointName, ManagedPrivateEndpoint managedPrivateEndpoint)
      Create Managed Private Endpoints.
      Parameters:
      managedVirtualNetworkName - Managed virtual network name.
      managedPrivateEndpointName - Managed private endpoint name.
      managedPrivateEndpoint - Managed private endpoint properties.
      Returns:
      managed private endpoint.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      HttpResponseException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • create

      public Mono<ManagedPrivateEndpoint> create(String managedVirtualNetworkName, String managedPrivateEndpointName, ManagedPrivateEndpoint managedPrivateEndpoint)
      Create Managed Private Endpoints.
      Parameters:
      managedVirtualNetworkName - Managed virtual network name.
      managedPrivateEndpointName - Managed private endpoint name.
      managedPrivateEndpoint - Managed private endpoint properties.
      Returns:
      managed private endpoint.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      HttpResponseException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteWithResponse

      public Mono<Response<Void>> deleteWithResponse(String managedVirtualNetworkName, String managedPrivateEndpointName)
      Delete Managed Private Endpoints.
      Parameters:
      managedVirtualNetworkName - Managed virtual network name.
      managedPrivateEndpointName - Managed private endpoint name.
      Returns:
      the completion.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      HttpResponseException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • delete

      public Mono<Void> delete(String managedVirtualNetworkName, String managedPrivateEndpointName)
      Delete Managed Private Endpoints.
      Parameters:
      managedVirtualNetworkName - Managed virtual network name.
      managedPrivateEndpointName - Managed private endpoint name.
      Returns:
      the completion.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      HttpResponseException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listSinglePage

      public Mono<PagedResponse<ManagedPrivateEndpoint>> listSinglePage(String managedVirtualNetworkName)
      List Managed Private Endpoints.
      Parameters:
      managedVirtualNetworkName - Managed virtual network name.
      Returns:
      a list of managed private endpoints.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      HttpResponseException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      public PagedFlux<ManagedPrivateEndpoint> list(String managedVirtualNetworkName)
      List Managed Private Endpoints.
      Parameters:
      managedVirtualNetworkName - Managed virtual network name.
      Returns:
      a list of managed private endpoints.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      HttpResponseException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listNextSinglePage

      public Mono<PagedResponse<ManagedPrivateEndpoint>> listNextSinglePage(String nextLink)
      Get the next page of items.
      Parameters:
      nextLink - The nextLink parameter.
      Returns:
      a list of managed private endpoints.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      HttpResponseException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.