Interface PrivateEndpointsClient


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

      • getOperationStatus

        OperationStatusInner getOperationStatus​(String vaultName,
                                                String resourceGroupName,
                                                String privateEndpointConnectionName,
                                                String operationId)
        Gets the operation status for a private endpoint connection.
        Parameters:
        vaultName - The name of the recovery services vault.
        resourceGroupName - The name of the resource group where the recovery services vault is present.
        privateEndpointConnectionName - The name of the private endpoint connection.
        operationId - Operation id.
        Returns:
        the operation status for 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.
      • getOperationStatusWithResponse

        com.azure.core.http.rest.Response<OperationStatusInner> getOperationStatusWithResponse​(String vaultName,
                                                                                               String resourceGroupName,
                                                                                               String privateEndpointConnectionName,
                                                                                               String operationId,
                                                                                               com.azure.core.util.Context context)
        Gets the operation status for a private endpoint connection.
        Parameters:
        vaultName - The name of the recovery services vault.
        resourceGroupName - The name of the resource group where the recovery services vault is present.
        privateEndpointConnectionName - The name of the private endpoint connection.
        operationId - Operation id.
        context - The context to associate with this operation.
        Returns:
        the operation status for 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.