Propriedade JobListWithFilterParameters.State
Required. Filter the job history to have it only return job execution attempts having a particular State, enabled, disabled, faulted, or completed.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Uso
'Uso
Dim instance As JobListWithFilterParameters
Dim value As JobState
value = instance.State
instance.State = value
Sintaxe
'Declaração
Public Property State As JobState
public JobState State { get; set; }
public:
property JobState State {
JobState get ();
void set (JobState value);
}
/** @property */
public JobState get_State ()
/** @property */
public void set_State (JobState value)
public function get State () : JobState
public function set State (value : JobState)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe JobListWithFilterParameters
Membros JobListWithFilterParameters
Namespace Microsoft.WindowsAzure.Scheduler.Models