JobTargetExecutionsOperationsExtensions.ListByStep Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lista as execuções de destino de uma execução de etapa de trabalho.
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, DateTime? createTimeMin = default, DateTime? createTimeMax = default, DateTime? endTimeMin = default, DateTime? endTimeMax = default, bool? isActive = default, int? skip = default, int? top = default);
static member ListByStep : Microsoft.Azure.Management.Sql.IJobTargetExecutionsOperations * string * string * string * string * Guid * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Nullable<int> * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobExecution>
<Extension()>
Public Function ListByStep (operations As IJobTargetExecutionsOperations, resourceGroupName As String, serverName As String, jobAgentName 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 IPage(Of JobExecution)
Parâmetros
- operations
- IJobTargetExecutionsOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.
- serverName
- String
O nome do servidor.
- jobAgentName
- String
O nome do agente de trabalho.
- jobName
- String
O nome do trabalho a ser obtido.
- jobExecutionId
- Guid
A ID da execução do trabalho
- stepName
- String
O nome da etapa.
Se especificado, somente as execuções de trabalho criadas em ou após o horário especificado serão incluídas.
Se especificado, somente as execuções de trabalho criadas antes da hora especificada serão incluídas.
Se especificado, somente as execuções de trabalho concluídas em ou após a hora especificada serão incluídas.
Se especificado, somente as execuções de trabalho concluídas antes da hora especificada serão incluídas.
Se especificado, somente as execuções de trabalho ativas ou somente concluídas serão incluídas.
Retornos
Aplica-se a
Azure SDK for .NET