Interface PrivateEndpointConnections


public interface PrivateEndpointConnections
Resource collection API of PrivateEndpointConnections.
  • Method Details

    • get

      PrivateEndpointConnection get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
      Get private endpoint connections.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The workspace name of Azure Managed Grafana.
      privateEndpointConnectionName - The private endpoint connection name of Azure Managed Grafana.
      Returns:
      private endpoint connections.
      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<PrivateEndpointConnection> getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, com.azure.core.util.Context context)
      Get private endpoint connections.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The workspace name of Azure Managed Grafana.
      privateEndpointConnectionName - The private endpoint connection name of Azure Managed Grafana.
      context - The context to associate with this operation.
      Returns:
      private endpoint connections 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.
    • delete

      void delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
      Delete private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The workspace name of Azure Managed Grafana.
      privateEndpointConnectionName - The private endpoint connection name of Azure Managed Grafana.
      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 workspaceName, String privateEndpointConnectionName, com.azure.core.util.Context context)
      Delete private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The workspace name of Azure Managed Grafana.
      privateEndpointConnectionName - The private endpoint connection name of Azure Managed Grafana.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName)
      Get private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The workspace name of Azure Managed Grafana.
      Returns:
      private endpoint connection 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<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
      Get private endpoint connection.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The workspace name of Azure Managed Grafana.
      context - The context to associate with this operation.
      Returns:
      private endpoint connection 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.
    • getById

      Get private endpoint connections.
      Parameters:
      id - the resource ID.
      Returns:
      private endpoint connections 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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<PrivateEndpointConnection> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get private endpoint connections.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      private endpoint connections 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.
    • deleteById

      void deleteById(String id)
      Delete private endpoint connection.
      Parameters:
      id - the resource ID.
      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.
    • deleteByIdWithResponse

      void deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Delete private endpoint connection.
      Parameters:
      id - the resource ID.
      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.
    • define

      Begins definition for a new PrivateEndpointConnection resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new PrivateEndpointConnection definition.