public interface JobStepExecutionsClient
| Modifier and Type | Method and Description |
|---|---|
JobExecutionInner |
get(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId,
String stepName)
Gets a step execution of a job execution.
|
Mono<JobExecutionInner> |
getAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId,
String stepName)
Gets a step execution of a job execution.
|
com.azure.core.http.rest.Response<JobExecutionInner> |
getWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId,
String stepName,
com.azure.core.util.Context context)
Gets a step execution of a job execution.
|
Mono<com.azure.core.http.rest.Response<JobExecutionInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId,
String stepName)
Gets a step execution of a job execution.
|
com.azure.core.http.rest.PagedIterable<JobExecutionInner> |
listByJobExecution(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Lists the step executions of a job execution.
|
com.azure.core.http.rest.PagedIterable<JobExecutionInner> |
listByJobExecution(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId,
OffsetDateTime createTimeMin,
OffsetDateTime createTimeMax,
OffsetDateTime endTimeMin,
OffsetDateTime endTimeMax,
Boolean isActive,
Integer skip,
Integer top,
com.azure.core.util.Context context)
Lists the step executions of a job execution.
|
com.azure.core.http.rest.PagedFlux<JobExecutionInner> |
listByJobExecutionAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId)
Lists the step executions of a job execution.
|
com.azure.core.http.rest.PagedFlux<JobExecutionInner> |
listByJobExecutionAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
UUID jobExecutionId,
OffsetDateTime createTimeMin,
OffsetDateTime createTimeMax,
OffsetDateTime endTimeMin,
OffsetDateTime endTimeMax,
Boolean isActive,
Integer skip,
Integer top)
Lists the step executions of a job execution.
|
com.azure.core.http.rest.PagedFlux<JobExecutionInner> listByJobExecutionAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId, 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.jobExecutionId - The id of the job execution.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> listByJobExecutionAsync(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 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.PagedIterable<JobExecutionInner> listByJobExecution(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId, 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.jobExecutionId - The id of the job execution.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> listByJobExecution(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 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<com.azure.core.http.rest.Response<JobExecutionInner>> getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, UUID jobExecutionId, String stepName)
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 unique id of the job execution.stepName - The name of the step.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, String stepName)
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 unique id of the job execution.stepName - The name of the step.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, String stepName)
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 unique id of the job execution.stepName - The name of the step.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, String stepName, 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 unique id of the job execution.stepName - The name of the step.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.