Compartilhar via


CloudJobSchedule Construtores

Definição

Sobrecargas

CloudJobSchedule()

Inicializa uma nova instância da classe CloudJobSchedule.

CloudJobSchedule(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<JobScheduleState>, Nullable<DateTime>, Nullable<JobScheduleState>, Nullable<DateTime>, Schedule, JobSpecification, JobScheduleExecutionInformation, IList<MetadataItem>, JobScheduleStatistics)

Inicializa uma nova instância da classe CloudJobSchedule.

CloudJobSchedule()

Origem:
CloudJobSchedule.cs

Inicializa uma nova instância da classe CloudJobSchedule.

public CloudJobSchedule ();
Public Sub New ()

Aplica-se a

CloudJobSchedule(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<JobScheduleState>, Nullable<DateTime>, Nullable<JobScheduleState>, Nullable<DateTime>, Schedule, JobSpecification, JobScheduleExecutionInformation, IList<MetadataItem>, JobScheduleStatistics)

Origem:
CloudJobSchedule.cs

Inicializa uma nova instância da classe CloudJobSchedule.

public CloudJobSchedule (string id = default, string displayName = default, string url = default, string eTag = default, DateTime? lastModified = default, DateTime? creationTime = default, Microsoft.Azure.Batch.Protocol.Models.JobScheduleState? state = default, DateTime? stateTransitionTime = default, Microsoft.Azure.Batch.Protocol.Models.JobScheduleState? previousState = default, DateTime? previousStateTransitionTime = default, Microsoft.Azure.Batch.Protocol.Models.Schedule schedule = default, Microsoft.Azure.Batch.Protocol.Models.JobSpecification jobSpecification = default, Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation executionInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> metadata = default, Microsoft.Azure.Batch.Protocol.Models.JobScheduleStatistics stats = default);
new Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<Microsoft.Azure.Batch.Protocol.Models.JobScheduleState> * Nullable<DateTime> * Nullable<Microsoft.Azure.Batch.Protocol.Models.JobScheduleState> * Nullable<DateTime> * Microsoft.Azure.Batch.Protocol.Models.Schedule * Microsoft.Azure.Batch.Protocol.Models.JobSpecification * Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> * Microsoft.Azure.Batch.Protocol.Models.JobScheduleStatistics -> Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule
Public Sub New (Optional id As String = Nothing, Optional displayName As String = Nothing, Optional url As String = Nothing, Optional eTag As String = Nothing, Optional lastModified As Nullable(Of DateTime) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional state As Nullable(Of JobScheduleState) = Nothing, Optional stateTransitionTime As Nullable(Of DateTime) = Nothing, Optional previousState As Nullable(Of JobScheduleState) = Nothing, Optional previousStateTransitionTime As Nullable(Of DateTime) = Nothing, Optional schedule As Schedule = Nothing, Optional jobSpecification As JobSpecification = Nothing, Optional executionInfo As JobScheduleExecutionInformation = Nothing, Optional metadata As IList(Of MetadataItem) = Nothing, Optional stats As JobScheduleStatistics = Nothing)

Parâmetros

id
String

Uma cadeia de caracteres que identifica exclusivamente o agendamento dentro da Conta.

displayName
String

O nome de exibição do agendamento.

url
String

A URL da Agenda de Trabalho.

eTag
String

A ETag da Agenda de Trabalho.

lastModified
Nullable<DateTime>

A hora da última modificação da Agenda de Trabalho.

creationTime
Nullable<DateTime>

A hora de criação da Agenda de Trabalho.

state
Nullable<JobScheduleState>

O estado atual da Agenda de Trabalho.

stateTransitionTime
Nullable<DateTime>

A hora em que a Agenda de Trabalho inseriu o estado atual.

previousState
Nullable<JobScheduleState>

O estado anterior da Agenda de Trabalho.

previousStateTransitionTime
Nullable<DateTime>

A hora em que o Agendamento de Trabalho inseriu seu estado anterior.

schedule
Schedule

O agendamento de acordo com o qual os Trabalhos serão criados.

jobSpecification
JobSpecification

Os detalhes dos Trabalhos a serem criados nessa agenda.

executionInfo
JobScheduleExecutionInformation

Informações sobre trabalhos que foram e serão executados sob este agendamento.

metadata
IList<MetadataItem>

Uma lista de pares nome-valor associados ao agendamento como metadados.

stats
JobScheduleStatistics

As estatísticas de uso do recurso de tempo de vida para a Agenda de Trabalho. As estatísticas podem não estar disponíveis imediatamente. O serviço lote executa um roll-up periódico de estatísticas. O atraso típico é de cerca de 30 minutos.

Aplica-se a