Interface PrivateEndpointConnectionsPrivateLinkHubsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionForPrivateLinkHubInner> list(String resourceGroupName, String privateLinkHubName)
      Get all PrivateEndpointConnections in the PrivateLinkHub.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      privateLinkHubName - Name of the privateLinkHub.
      Returns:
      all PrivateEndpointConnections in the PrivateLinkHub 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<PrivateEndpointConnectionForPrivateLinkHubInner> list(String resourceGroupName, String privateLinkHubName, com.azure.core.util.Context context)
      Get all PrivateEndpointConnections in the PrivateLinkHub.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      privateLinkHubName - Name of the privateLinkHub.
      context - The context to associate with this operation.
      Returns:
      all PrivateEndpointConnections in the PrivateLinkHub 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.
    • getWithResponse

      com.azure.core.http.rest.Response<PrivateEndpointConnectionForPrivateLinkHubInner> getWithResponse(String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName, com.azure.core.util.Context context)
      Get all PrivateEndpointConnection in the PrivateLinkHub by name.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      privateLinkHubName - Name of the privateLinkHub.
      privateEndpointConnectionName - Name of the privateEndpointConnection.
      context - The context to associate with this operation.
      Returns:
      all PrivateEndpointConnection in the PrivateLinkHub by name 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.
    • get

      PrivateEndpointConnectionForPrivateLinkHubInner get(String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName)
      Get all PrivateEndpointConnection in the PrivateLinkHub by name.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      privateLinkHubName - Name of the privateLinkHub.
      privateEndpointConnectionName - Name of the privateEndpointConnection.
      Returns:
      all PrivateEndpointConnection in the PrivateLinkHub by name.
      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.