Class JobTargetExecutionsOperationsExtensions
Extension methods for JobTargetExecutionsOperations.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
public static class JobTargetExecutionsOperationsExtensions
Methods
Get(IJobTargetExecutionsOperations, String, String, String, String, Guid, String, Guid)
Gets a target execution.
Declaration
public static Microsoft.Azure.Management.Sql.Models.JobExecution Get (this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId);
Parameters
|
IJobTargetExecutionsOperations
operations
The operations group for this extension method. |
|
String
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. |
|
String
serverName
The name of the server. |
|
String
jobAgentName
The name of the job agent. |
|
String
jobName
The name of the job to get. |
|
Guid
jobExecutionId
The unique id of the job execution |
|
String
stepName
The name of the step. |
|
Guid
targetId
The target id. |
Returns
|
JobExecution
|
GetAsync(IJobTargetExecutionsOperations, String, String, String, String, Guid, String, Guid, CancellationToken)
Gets a target execution.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.JobExecution> GetAsync (this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IJobTargetExecutionsOperations
operations
The operations group for this extension method. |
|
String
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. |
|
String
serverName
The name of the server. |
|
String
jobAgentName
The name of the job agent. |
|
String
jobName
The name of the job to get. |
|
Guid
jobExecutionId
The unique id of the job execution |
|
String
stepName
The name of the step. |
|
Guid
targetId
The target id. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task<JobExecution>
|
ListByJobExecution(IJobTargetExecutionsOperations, String, String, String, String, Guid, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>)
Lists target executions for all steps of a job execution.
Declaration
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution> ListByJobExecution (this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, Nullable<DateTime> createTimeMin = null, Nullable<DateTime> createTimeMax = null, Nullable<DateTime> endTimeMin = null, Nullable<DateTime> endTimeMax = null, Nullable<bool> isActive = null, Nullable<int> skip = null, Nullable<int> top = null);
Parameters
|
IJobTargetExecutionsOperations
operations
The operations group for this extension method. |
|
String
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. |
|
String
serverName
The name of the server. |
|
String
jobAgentName
The name of the job agent. |
|
String
jobName
The name of the job to get. |
|
Guid
jobExecutionId
The id of the job execution |
|
Nullable<DateTime>
createTimeMin
If specified, only job executions created at or after the specified time are included. |
|
Nullable<DateTime>
createTimeMax
If specified, only job executions created before the specified time are included. |
|
Nullable<DateTime>
endTimeMin
If specified, only job executions completed at or after the specified time are included. |
|
Nullable<DateTime>
endTimeMax
If specified, only job executions completed before the specified time are included. |
|
Nullable<Boolean>
isActive
If specified, only active or only completed job executions are included. |
|
Nullable<Int32>
skip
The number of elements in the collection to skip. |
|
Nullable<Int32>
top
The number of elements to return from the collection. |
Returns
|
IPage<JobExecution>
|
ListByJobExecutionAsync(IJobTargetExecutionsOperations, String, String, String, String, Guid, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken)
Lists target executions for all steps of a job execution.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution>> ListByJobExecutionAsync (this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, Nullable<DateTime> createTimeMin = null, Nullable<DateTime> createTimeMax = null, Nullable<DateTime> endTimeMin = null, Nullable<DateTime> endTimeMax = null, Nullable<bool> isActive = null, Nullable<int> skip = null, Nullable<int> top = null, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IJobTargetExecutionsOperations
operations
The operations group for this extension method. |
|
String
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. |
|
String
serverName
The name of the server. |
|
String
jobAgentName
The name of the job agent. |
|
String
jobName
The name of the job to get. |
|
Guid
jobExecutionId
The id of the job execution |
|
Nullable<DateTime>
createTimeMin
If specified, only job executions created at or after the specified time are included. |
|
Nullable<DateTime>
createTimeMax
If specified, only job executions created before the specified time are included. |
|
Nullable<DateTime>
endTimeMin
If specified, only job executions completed at or after the specified time are included. |
|
Nullable<DateTime>
endTimeMax
If specified, only job executions completed before the specified time are included. |
|
Nullable<Boolean>
isActive
If specified, only active or only completed job executions are included. |
|
Nullable<Int32>
skip
The number of elements in the collection to skip. |
|
Nullable<Int32>
top
The number of elements to return from the collection. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task<IPage<JobExecution>>
|
ListByJobExecutionNext(IJobTargetExecutionsOperations, String)
Lists target executions for all steps of a job execution.
Declaration
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution> ListByJobExecutionNext (this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string nextPageLink);
Parameters
|
IJobTargetExecutionsOperations
operations
The operations group for this extension method. |
|
String
nextPageLink
The NextLink from the previous successful call to List operation. |
Returns
|
IPage<JobExecution>
|
ListByJobExecutionNextAsync(IJobTargetExecutionsOperations, String, CancellationToken)
Lists target executions for all steps of a job execution.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution>> ListByJobExecutionNextAsync (this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IJobTargetExecutionsOperations
operations
The operations group for this extension method. |
|
String
nextPageLink
The NextLink from the previous successful call to List operation. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task<IPage<JobExecution>>
|
ListByStep(IJobTargetExecutionsOperations, String, String, String, String, Guid, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>)
Lists the target executions of a job step execution.
Declaration
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution> ListByStep (this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Nullable<DateTime> createTimeMin = null, Nullable<DateTime> createTimeMax = null, Nullable<DateTime> endTimeMin = null, Nullable<DateTime> endTimeMax = null, Nullable<bool> isActive = null, Nullable<int> skip = null, Nullable<int> top = null);
Parameters
|
IJobTargetExecutionsOperations
operations
The operations group for this extension method. |
|
String
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. |
|
String
serverName
The name of the server. |
|
String
jobAgentName
The name of the job agent. |
|
String
jobName
The name of the job to get. |
|
Guid
jobExecutionId
The id of the job execution |
|
String
stepName
The name of the step. |
|
Nullable<DateTime>
createTimeMin
If specified, only job executions created at or after the specified time are included. |
|
Nullable<DateTime>
createTimeMax
If specified, only job executions created before the specified time are included. |
|
Nullable<DateTime>
endTimeMin
If specified, only job executions completed at or after the specified time are included. |
|
Nullable<DateTime>
endTimeMax
If specified, only job executions completed before the specified time are included. |
|
Nullable<Boolean>
isActive
If specified, only active or only completed job executions are included. |
|
Nullable<Int32>
skip
The number of elements in the collection to skip. |
|
Nullable<Int32>
top
The number of elements to return from the collection. |
Returns
|
IPage<JobExecution>
|
ListByStepAsync(IJobTargetExecutionsOperations, String, String, String, String, Guid, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken)
Lists the target executions of a job step execution.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution>> ListByStepAsync (this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Nullable<DateTime> createTimeMin = null, Nullable<DateTime> createTimeMax = null, Nullable<DateTime> endTimeMin = null, Nullable<DateTime> endTimeMax = null, Nullable<bool> isActive = null, Nullable<int> skip = null, Nullable<int> top = null, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IJobTargetExecutionsOperations
operations
The operations group for this extension method. |
|
String
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. |
|
String
serverName
The name of the server. |
|
String
jobAgentName
The name of the job agent. |
|
String
jobName
The name of the job to get. |
|
Guid
jobExecutionId
The id of the job execution |
|
String
stepName
The name of the step. |
|
Nullable<DateTime>
createTimeMin
If specified, only job executions created at or after the specified time are included. |
|
Nullable<DateTime>
createTimeMax
If specified, only job executions created before the specified time are included. |
|
Nullable<DateTime>
endTimeMin
If specified, only job executions completed at or after the specified time are included. |
|
Nullable<DateTime>
endTimeMax
If specified, only job executions completed before the specified time are included. |
|
Nullable<Boolean>
isActive
If specified, only active or only completed job executions are included. |
|
Nullable<Int32>
skip
The number of elements in the collection to skip. |
|
Nullable<Int32>
top
The number of elements to return from the collection. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task<IPage<JobExecution>>
|
ListByStepNext(IJobTargetExecutionsOperations, String)
Lists the target executions of a job step execution.
Declaration
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution> ListByStepNext (this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string nextPageLink);
Parameters
|
IJobTargetExecutionsOperations
operations
The operations group for this extension method. |
|
String
nextPageLink
The NextLink from the previous successful call to List operation. |
Returns
|
IPage<JobExecution>
|
ListByStepNextAsync(IJobTargetExecutionsOperations, String, CancellationToken)
Lists the target executions of a job step execution.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution>> ListByStepNextAsync (this Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IJobTargetExecutionsOperations
operations
The operations group for this extension method. |
|
String
nextPageLink
The NextLink from the previous successful call to List operation. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task<IPage<JobExecution>>
|