Interface JobDetailsClient
-
public interface JobDetailsClient
An instance of this class provides access to all the operations defined in JobDetailsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobResourceInner
get(String vaultName, String resourceGroupName, String jobName)
Gets extended information associated with the job.com.azure.core.http.rest.Response<JobResourceInner>
getWithResponse(String vaultName, String resourceGroupName, String jobName, com.azure.core.util.Context context)
Gets extended information associated with the job.
-
-
-
Method Detail
-
get
JobResourceInner 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<JobResourceInner> 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.
-
-