Compartilhar via


Propriedade JobCollectionGetResponse.State

Optional. State of the Job Collection.

Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Uso

'Uso
Dim instance As JobCollectionGetResponse
Dim value As JobCollectionState

value = instance.State

instance.State = value

Sintaxe

'Declaração
Public Property State As JobCollectionState
public JobCollectionState State { get; set; }
public:
property JobCollectionState State {
    JobCollectionState get ();
    void set (JobCollectionState value);
}
/** @property */
public JobCollectionState get_State ()

/** @property */
public void set_State (JobCollectionState value)
public function get State () : JobCollectionState

public function set State (value : JobCollectionState)

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 JobCollectionGetResponse
Membros JobCollectionGetResponse
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models