public interface JobsClient
| Modifier and Type | Method and Description |
|---|---|
JobInner |
createOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
JobInner parameters)
Creates or updates a job.
|
Mono<JobInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
JobInner parameters)
Creates or updates a job.
|
com.azure.core.http.rest.Response<JobInner> |
createOrUpdateWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
JobInner parameters,
com.azure.core.util.Context context)
Creates or updates a job.
|
Mono<com.azure.core.http.rest.Response<JobInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
JobInner parameters)
Creates or updates a job.
|
void |
delete(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Deletes a job.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Deletes a job.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
com.azure.core.util.Context context)
Deletes a job.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Deletes a job.
|
JobInner |
get(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Gets a job.
|
Mono<JobInner> |
getAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Gets a job.
|
com.azure.core.http.rest.Response<JobInner> |
getWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
com.azure.core.util.Context context)
Gets a job.
|
Mono<com.azure.core.http.rest.Response<JobInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Gets a job.
|
com.azure.core.http.rest.PagedIterable<JobInner> |
listByAgent(String resourceGroupName,
String serverName,
String jobAgentName)
Gets a list of jobs.
|
com.azure.core.http.rest.PagedIterable<JobInner> |
listByAgent(String resourceGroupName,
String serverName,
String jobAgentName,
com.azure.core.util.Context context)
Gets a list of jobs.
|
com.azure.core.http.rest.PagedFlux<JobInner> |
listByAgentAsync(String resourceGroupName,
String serverName,
String jobAgentName)
Gets a list of jobs.
|
com.azure.core.http.rest.PagedFlux<JobInner> listByAgentAsync(String resourceGroupName, String serverName, String jobAgentName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.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.com.azure.core.http.rest.PagedIterable<JobInner> listByAgent(String resourceGroupName, String serverName, String jobAgentName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.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.com.azure.core.http.rest.PagedIterable<JobInner> listByAgent(String resourceGroupName, String serverName, String jobAgentName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<JobInner>> getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.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.Mono<JobInner> getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.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.JobInner get(String resourceGroupName, String serverName, String jobAgentName, String jobName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.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.com.azure.core.http.rest.Response<JobInner> getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<JobInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, JobInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.parameters - A job.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.Mono<JobInner> createOrUpdateAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, JobInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.parameters - A job.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.JobInner createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, JobInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.parameters - A job.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.com.azure.core.http.rest.Response<JobInner> createOrUpdateWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, JobInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to get.parameters - A job.context - The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to delete.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.Mono<Void> deleteAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to delete.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.void delete(String resourceGroupName, String serverName, String jobAgentName, String jobName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to delete.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.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.jobAgentName - The name of the job agent.jobName - The name of the job to delete.context - The context to associate with this operation.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.Copyright © 2020 Microsoft Corporation. All rights reserved.