Interface PrivateEndpointConnectionsClient


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

    • listByHostPoolAsync

      com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionWithSystemDataInner> listByHostPoolAsync(String resourceGroupName, String hostPoolName)
      List private endpoint connections associated with hostpool.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      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.
    • listByHostPool

      com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionWithSystemDataInner> listByHostPool(String resourceGroupName, String hostPoolName)
      List private endpoint connections associated with hostpool.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      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.
    • listByHostPool

      com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionWithSystemDataInner> listByHostPool(String resourceGroupName, String hostPoolName, com.azure.core.util.Context context)
      List private endpoint connections associated with hostpool.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      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.
    • getByHostPoolWithResponseAsync

      Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionWithSystemDataInner>> getByHostPoolWithResponseAsync(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)
      Get a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      Returns:
      a private endpoint connection 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.
    • getByHostPoolAsync

      Mono<PrivateEndpointConnectionWithSystemDataInner> getByHostPoolAsync(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)
      Get a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      Returns:
      a private endpoint connection 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.
    • getByHostPool

      PrivateEndpointConnectionWithSystemDataInner getByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)
      Get a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      Returns:
      a 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.
    • getByHostPoolWithResponse

      com.azure.core.http.rest.Response<PrivateEndpointConnectionWithSystemDataInner> getByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, com.azure.core.util.Context context)
      Get a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      context - The context to associate with this operation.
      Returns:
      a private endpoint connection 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.
    • deleteByHostPoolWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Void>> deleteByHostPoolWithResponseAsync(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)
      Remove a connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      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.
    • deleteByHostPoolAsync

      Mono<Void> deleteByHostPoolAsync(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)
      Remove a connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      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.
    • deleteByHostPool

      void deleteByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)
      Remove a connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      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.
    • deleteByHostPoolWithResponse

      com.azure.core.http.rest.Response<Void> deleteByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, com.azure.core.util.Context context)
      Remove a connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      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.
    • updateByHostPoolWithResponseAsync

      Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionWithSystemDataInner>> updateByHostPoolWithResponseAsync(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, PrivateEndpointConnection connection)
      Approve or reject a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      connection - Object containing the updated connection.
      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.
    • updateByHostPoolAsync

      Mono<PrivateEndpointConnectionWithSystemDataInner> updateByHostPoolAsync(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, PrivateEndpointConnection connection)
      Approve or reject a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      connection - Object containing the updated connection.
      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.
    • updateByHostPool

      PrivateEndpointConnectionWithSystemDataInner updateByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, PrivateEndpointConnection connection)
      Approve or reject a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      connection - Object containing the updated connection.
      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.
    • updateByHostPoolWithResponse

      com.azure.core.http.rest.Response<PrivateEndpointConnectionWithSystemDataInner> updateByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, PrivateEndpointConnection connection, com.azure.core.util.Context context)
      Approve or reject a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      hostPoolName - The name of the host pool within the specified resource group.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      connection - Object containing the updated connection.
      context - The context to associate with this operation.
      Returns:
      the Private Endpoint Connection resource 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.
    • listByWorkspaceAsync

      com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionWithSystemDataInner> listByWorkspaceAsync(String resourceGroupName, String workspaceName)
      List private endpoint connections.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      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.
    • listByWorkspace

      com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionWithSystemDataInner> listByWorkspace(String resourceGroupName, String workspaceName)
      List private endpoint connections.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      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.
    • listByWorkspace

      com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionWithSystemDataInner> listByWorkspace(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
      List private endpoint connections.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      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.
    • getByWorkspaceWithResponseAsync

      Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionWithSystemDataInner>> getByWorkspaceWithResponseAsync(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
      Get a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      Returns:
      a private endpoint connection 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.
    • getByWorkspaceAsync

      Mono<PrivateEndpointConnectionWithSystemDataInner> getByWorkspaceAsync(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
      Get a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      Returns:
      a private endpoint connection 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.
    • getByWorkspace

      PrivateEndpointConnectionWithSystemDataInner getByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
      Get a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      Returns:
      a 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.
    • getByWorkspaceWithResponse

      com.azure.core.http.rest.Response<PrivateEndpointConnectionWithSystemDataInner> getByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, com.azure.core.util.Context context)
      Get a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      context - The context to associate with this operation.
      Returns:
      a private endpoint connection 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.
    • deleteByWorkspaceWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Void>> deleteByWorkspaceWithResponseAsync(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
      Remove a connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      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.
    • deleteByWorkspaceAsync

      Mono<Void> deleteByWorkspaceAsync(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
      Remove a connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      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.
    • deleteByWorkspace

      void deleteByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
      Remove a connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      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.
    • deleteByWorkspaceWithResponse

      com.azure.core.http.rest.Response<Void> deleteByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, com.azure.core.util.Context context)
      Remove a connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      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.
    • updateByWorkspaceWithResponseAsync

      Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionWithSystemDataInner>> updateByWorkspaceWithResponseAsync(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection)
      Approve or reject a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      connection - Object containing the updated connection.
      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.
    • updateByWorkspaceAsync

      Mono<PrivateEndpointConnectionWithSystemDataInner> updateByWorkspaceAsync(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection)
      Approve or reject a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      connection - Object containing the updated connection.
      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.
    • updateByWorkspace

      PrivateEndpointConnectionWithSystemDataInner updateByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection)
      Approve or reject a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      connection - Object containing the updated connection.
      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.
    • updateByWorkspaceWithResponse

      com.azure.core.http.rest.Response<PrivateEndpointConnectionWithSystemDataInner> updateByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection, com.azure.core.util.Context context)
      Approve or reject a private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
      connection - Object containing the updated connection.
      context - The context to associate with this operation.
      Returns:
      the Private Endpoint Connection resource 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.