Interface JobDetails


  • public interface JobDetails
    Resource collection API of JobDetails.
    • Method Detail

      • get

        JobResource get​(String vaultName,
                        String resourceGroupName,
                        String jobName)
        Gets extended information associated with the job.
        Parameters:
        vaultName - The name of the recovery services vault.
        resourceGroupName - The name of the resource group where the recovery services vault is present.
        jobName - Name of the job whose details are to be fetched.
        Returns:
        extended information associated with the job.
        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<JobResource> getWithResponse​(String vaultName,
                                                                       String resourceGroupName,
                                                                       String jobName,
                                                                       com.azure.core.util.Context context)
        Gets extended information associated with the job.
        Parameters:
        vaultName - The name of the recovery services vault.
        resourceGroupName - The name of the resource group where the recovery services vault is present.
        jobName - Name of the job whose details are to be fetched.
        context - The context to associate with this operation.
        Returns:
        extended information associated with the job 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.