public interface JobExecutionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> |
beginCreate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Starts an elastic job execution.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> |
beginCreate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
com.azure.core.util.Context context)
Starts an elastic job execution.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> |
beginCreateAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Starts an elastic job execution.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Creates or updates a job execution.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId,
com.azure.core.util.Context context)
Creates or updates a job execution.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Creates or updates a job execution.
|
void |
cancel(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Requests cancellation of a job execution.
|
Mono<Void> |
cancelAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Requests cancellation of a job execution.
|
com.azure.core.http.rest.Response<Void> |
cancelWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId,
com.azure.core.util.Context context)
Requests cancellation of a job execution.
|
Mono<com.azure.core.http.rest.Response<Void>> |
cancelWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Requests cancellation of a job execution.
|
JobExecutionInner |
create(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Starts an elastic job execution.
|
JobExecutionInner |
create(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
com.azure.core.util.Context context)
Starts an elastic job execution.
|
Mono<JobExecutionInner> |
createAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Starts an elastic job execution.
|
JobExecutionInner |
createOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Creates or updates a job execution.
|
JobExecutionInner |
createOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId,
com.azure.core.util.Context context)
Creates or updates a job execution.
|
Mono<JobExecutionInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Creates or updates a job execution.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Creates or updates a job execution.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Starts an elastic job execution.
|
JobExecutionInner |
get(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Gets a job execution.
|
Mono<JobExecutionInner> |
getAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Gets a job execution.
|
com.azure.core.http.rest.Response<JobExecutionInner> |
getWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId,
com.azure.core.util.Context context)
Gets a job execution.
|
Mono<com.azure.core.http.rest.Response<JobExecutionInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Gets a job execution.
|
com.azure.core.http.rest.PagedIterable<JobExecutionInner> |
listByAgent(String resourceGroupName,
String serverName,
String jobAgentName)
Lists all executions in a job agent.
|
com.azure.core.http.rest.PagedIterable<JobExecutionInner> |
listByAgent(String resourceGroupName,
String serverName,
String jobAgentName,
OffsetDateTime createTimeMin,
OffsetDateTime createTimeMax,
OffsetDateTime endTimeMin,
OffsetDateTime endTimeMax,
Boolean isActive,
Integer skip,
Integer top,
com.azure.core.util.Context context)
Lists all executions in a job agent.
|
com.azure.core.http.rest.PagedFlux<JobExecutionInner> |
listByAgentAsync(String resourceGroupName,
String serverName,
String jobAgentName)
Lists all executions in a job agent.
|
com.azure.core.http.rest.PagedFlux<JobExecutionInner> |
listByAgentAsync(String resourceGroupName,
String serverName,
String jobAgentName,
OffsetDateTime createTimeMin,
OffsetDateTime createTimeMax,
OffsetDateTime endTimeMin,
OffsetDateTime endTimeMax,
Boolean isActive,
Integer skip,
Integer top)
Lists all executions in a job agent.
|
com.azure.core.http.rest.PagedIterable<JobExecutionInner> |
listByJob(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Lists a job's executions.
|
com.azure.core.http.rest.PagedIterable<JobExecutionInner> |
listByJob(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
OffsetDateTime createTimeMin,
OffsetDateTime createTimeMax,
OffsetDateTime endTimeMin,
OffsetDateTime endTimeMax,
Boolean isActive,
Integer skip,
Integer top,
com.azure.core.util.Context context)
Lists a job's executions.
|
com.azure.core.http.rest.PagedFlux<JobExecutionInner> |
listByJobAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Lists a job's executions.
|
com.azure.core.http.rest.PagedFlux<JobExecutionInner> |
listByJobAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
OffsetDateTime createTimeMin,
OffsetDateTime createTimeMax,
OffsetDateTime endTimeMin,
OffsetDateTime endTimeMax,
Boolean isActive,
Integer skip,
Integer top)
Lists a job's executions.
|
com.azure.core.http.rest.PagedFlux<JobExecutionInner> listByAgentAsync(String resourceGroupName, String serverName, String jobAgentName, OffsetDateTime createTimeMin, OffsetDateTime createTimeMax, OffsetDateTime endTimeMin, OffsetDateTime endTimeMax, Boolean isActive, Integer skip, Integer top)
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.createTimeMin - If specified, only job executions created at or after the specified time are included.createTimeMax - If specified, only job executions created before the specified time are included.endTimeMin - If specified, only job executions completed at or after the specified time are included.endTimeMax - If specified, only job executions completed before the specified time are included.isActive - If specified, only active or only completed job executions are included.skip - The number of elements in the collection to skip.top - The number of elements to return from the collection.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.PagedFlux<JobExecutionInner> 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<JobExecutionInner> listByAgent(String resourceGroupName, String serverName, String jobAgentName, OffsetDateTime createTimeMin, OffsetDateTime createTimeMax, OffsetDateTime endTimeMin, OffsetDateTime endTimeMax, Boolean isActive, Integer skip, Integer top, 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.createTimeMin - If specified, only job executions created at or after the specified time are included.createTimeMax - If specified, only job executions created before the specified time are included.endTimeMin - If specified, only job executions completed at or after the specified time are included.endTimeMax - If specified, only job executions completed before the specified time are included.isActive - If specified, only active or only completed job executions are included.skip - The number of elements in the collection to skip.top - The number of elements to return from the collection.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.com.azure.core.http.rest.PagedIterable<JobExecutionInner> 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.Mono<com.azure.core.http.rest.Response<Void>> cancelWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The id of the job execution to cancel.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> cancelAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The id of the job execution to cancel.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 cancel(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The id of the job execution to cancel.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> cancelWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId, 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.jobExecutionId - The id of the job execution to cancel.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<Flux<ByteBuffer>>> createWithResponseAsync(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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> beginCreateAsync(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> beginCreate(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> beginCreate(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<JobExecutionInner> createAsync(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.JobExecutionInner create(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.JobExecutionInner create(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.com.azure.core.http.rest.PagedFlux<JobExecutionInner> listByJobAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, OffsetDateTime createTimeMin, OffsetDateTime createTimeMax, OffsetDateTime endTimeMin, OffsetDateTime endTimeMax, Boolean isActive, Integer skip, Integer top)
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.createTimeMin - If specified, only job executions created at or after the specified time are included.createTimeMax - If specified, only job executions created before the specified time are included.endTimeMin - If specified, only job executions completed at or after the specified time are included.endTimeMax - If specified, only job executions completed before the specified time are included.isActive - If specified, only active or only completed job executions are included.skip - The number of elements in the collection to skip.top - The number of elements to return from the collection.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.PagedFlux<JobExecutionInner> listByJobAsync(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.PagedIterable<JobExecutionInner> listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName, OffsetDateTime createTimeMin, OffsetDateTime createTimeMax, OffsetDateTime endTimeMin, OffsetDateTime endTimeMax, Boolean isActive, Integer skip, Integer top, 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.createTimeMin - If specified, only job executions created at or after the specified time are included.createTimeMax - If specified, only job executions created before the specified time are included.endTimeMin - If specified, only job executions completed at or after the specified time are included.endTimeMax - If specified, only job executions completed before the specified time are included.isActive - If specified, only active or only completed job executions are included.skip - The number of elements in the collection to skip.top - The number of elements to return from the collection.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.com.azure.core.http.rest.PagedIterable<JobExecutionInner> listByJob(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<com.azure.core.http.rest.Response<JobExecutionInner>> getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The id of the job execution.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<JobExecutionInner> getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The id of the job execution.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.JobExecutionInner get(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The id of the job execution.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<JobExecutionInner> getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId, 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.jobExecutionId - The id of the job execution.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<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The job execution id to create the job execution under.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The job execution id to create the job execution under.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The job execution id to create the job execution under.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<JobExecutionInner>,JobExecutionInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId, 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.jobExecutionId - The job execution id to create the job execution under.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<JobExecutionInner> createOrUpdateAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The job execution id to create the job execution under.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.JobExecutionInner createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId)
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.jobExecutionId - The job execution id to create the job execution under.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.JobExecutionInner createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId, 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.jobExecutionId - The job execution id to create the job execution under.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.