JobUpdateStateParameters.State Property
Required. New state to update to: 'enabled' or 'disabled'.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
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
Property Value
Type: Microsoft.WindowsAzure.Scheduler.Models.JobState
See Also
JobUpdateStateParameters Class
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top