Interface ResourceProvidersClient
public interface ResourceProvidersClient
An instance of this class provides access to all the operations defined in ResourceProvidersClient.
-
Method Summary
Modifier and TypeMethodDescriptionGet the verification id of a subscription used for verifying custom domains.com.azure.core.http.rest.Response
<String> getCustomDomainVerificationIdWithResponse
(com.azure.core.util.Context context) Get the verification id of a subscription used for verifying custom domains.jobExecution
(String resourceGroupName, String jobName, String jobExecutionName) Get details of a single job execution.com.azure.core.http.rest.Response
<JobExecutionInner> jobExecutionWithResponse
(String resourceGroupName, String jobName, String jobExecutionName, com.azure.core.util.Context context) Get details of a single job execution.
-
Method Details
-
jobExecutionWithResponse
com.azure.core.http.rest.Response<JobExecutionInner> jobExecutionWithResponse(String resourceGroupName, String jobName, String jobExecutionName, com.azure.core.util.Context context) Get details of a single job execution.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.jobName
- Job Name.jobExecutionName
- Job execution name.context
- The context to associate with this operation.- Returns:
- details of a single job execution along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
jobExecution
Get details of a single job execution.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.jobName
- Job Name.jobExecutionName
- Job execution name.- Returns:
- details of a single job execution.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getCustomDomainVerificationIdWithResponse
com.azure.core.http.rest.Response<String> getCustomDomainVerificationIdWithResponse(com.azure.core.util.Context context) Get the verification id of a subscription used for verifying custom domains.- Parameters:
context
- The context to associate with this operation.- Returns:
- the verification id of a subscription used for verifying custom domains along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getCustomDomainVerificationId
String getCustomDomainVerificationId()Get the verification id of a subscription used for verifying custom domains.- Returns:
- the verification id of a subscription used for verifying custom domains.
- Throws:
DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-