Interface ExportJobs


  • public interface ExportJobs
    Resource collection API of ExportJobs.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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 Detail

      • 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.