AzureSqlElasticJobAdapter.ListJobTargetExecutionsByStep Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of job target executions by step name
public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetExecutionModel> ListJobTargetExecutionsByStep (string resourceGroupName, string serverName, string agentName, string jobName, Guid jobExecutionId, string stepName, DateTime? createTimeMin = default, DateTime? createTimeMax = default, DateTime? endTimeMin = default, DateTime? endTimeMax = default, bool? isActive = default, int? skip = default, int? top = default);
member this.ListJobTargetExecutionsByStep : string * string * string * string * Guid * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Nullable<int> * Nullable<int> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetExecutionModel>
Public Function ListJobTargetExecutionsByStep (resourceGroupName As String, serverName As String, agentName As String, jobName As String, jobExecutionId As Guid, stepName As String, Optional createTimeMin As Nullable(Of DateTime) = Nothing, Optional createTimeMax As Nullable(Of DateTime) = Nothing, Optional endTimeMin As Nullable(Of DateTime) = Nothing, Optional endTimeMax As Nullable(Of DateTime) = Nothing, Optional isActive As Nullable(Of Boolean) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional top As Nullable(Of Integer) = Nothing) As List(Of AzureSqlElasticJobTargetExecutionModel)
Parameters
- resourceGroupName
- String
- serverName
- String
- agentName
- String
- jobName
- String
- jobExecutionId
- Guid
- stepName
- String