JobUpdateStateParameters.State Propriedade
Obrigatório. Novo estado para atualizar: 'habilitado' ou 'desabilitado'.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public JobState State { get; set; }
public:
property JobState State {
JobState get();
void set(JobState value);
}
member State : JobState with get, set
Public Property State As JobState
Valor de propriedade
Type: Microsoft.WindowsAzure.Scheduler.Models.JobState
Consulte também
Classe JobUpdateStateParameters
Namespace Microsoft.WindowsAzure.Scheduler.Models
Retornar ao topo