Interface ExportJobsClient


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

    Modifier and Type
    Method
    Description
    com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>
    beginTrigger(String resourceGroupName, String vaultName)
    Triggers export of jobs and returns an OperationID to track.
    com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>
    beginTrigger(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
    Triggers export of jobs and returns an OperationID to track.
    void
    trigger(String resourceGroupName, String vaultName)
    Triggers export of jobs and returns an OperationID to track.
    void
    trigger(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
    Triggers export of jobs and returns an OperationID to track.
  • Method Details

    • beginTrigger

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginTrigger(String resourceGroupName, String vaultName)
      Triggers export of jobs and returns an OperationID to track.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      Returns:
      the SyncPoller for polling of long-running 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.
    • beginTrigger

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginTrigger(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
      Triggers export of jobs and returns an OperationID to track.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of long-running 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.
    • trigger

      void trigger(String resourceGroupName, String vaultName)
      Triggers export of jobs and returns an OperationID to track.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      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.
    • trigger

      void trigger(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
      Triggers export of jobs and returns an OperationID to track.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      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.