TriggeredJobRun Construtores

Definição

Sobrecargas

TriggeredJobRun()

Inicializa uma nova instância da classe TriggeredJobRun.

public TriggeredJobRun ();

Aplica-se a

Azure SDK for .NET Legacy
Produto Versões
Azure SDK for .NET Legacy

TriggeredJobRun(String, String, String, String, String, String, Nullable<TriggeredWebJobStatus>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String, String)

Inicializa uma nova instância da classe TriggeredJobRun.

public TriggeredJobRun (string id = default, string name = default, string type = default, string kind = default, string webJobId = default, string webJobName = default, Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredWebJobStatus? status = default, DateTime? startTime = default, DateTime? endTime = default, string duration = default, string outputUrl = default, string errorUrl = default, string url = default, string jobName = default, string trigger = default);

Parâmetros

id
String
name
String
type
String
kind
String

Tipo de recurso.

webJobId
String

ID do trabalho.

webJobName
String

Nome do trabalho.

status
Nullable<TriggeredWebJobStatus>

Status do trabalho. Os valores possíveis incluem: 'Success', 'Failed', 'Error'

startTime
Nullable<DateTime>

Hora de início.

endTime
Nullable<DateTime>

Hora de término.

duration
String

Duração do trabalho.

outputUrl
String

URL de saída.

errorUrl
String

URL do erro.

url
String

URL do trabalho.

jobName
String

Nome do trabalho.

trigger
String

Gatilho de trabalho.

Aplica-se a

Azure SDK for .NET Legacy
Produto Versões
Azure SDK for .NET Legacy