JobUpdateStateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Update Job State operation.
public class JobUpdateStateParameters
type JobUpdateStateParameters = class
Public Class JobUpdateStateParameters
- Inheritance
-
JobUpdateStateParameters
Constructors
JobUpdateStateParameters() |
Initializes a new instance of the JobUpdateStateParameters class. |
JobUpdateStateParameters(JobState) |
Initializes a new instance of the JobUpdateStateParameters class with required arguments. |
Properties
State |
Required. New state to update to: 'enabled' or 'disabled'. |
UpdateStateReason |
Optional. A description of the circumstances associated with this job state update. |
Applies to
Azure SDK for .NET