TaskUpdateParametersInner 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.
The parameters for updating a task.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TaskUpdateParametersInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TaskUpdateParametersInner = class
Public Class TaskUpdateParametersInner
- Inheritance
-
TaskUpdateParametersInner
- Attributes
Constructors
TaskUpdateParametersInner() |
Initializes a new instance of the TaskUpdateParametersInner class. |
TaskUpdateParametersInner(String, PlatformUpdateParameters, AgentProperties, Nullable<Int32>, TaskStepUpdateParameters, TriggerUpdateParameters, IDictionary<String,String>) |
Initializes a new instance of the TaskUpdateParametersInner class. |
Properties
AgentConfiguration |
Gets or sets the machine configuration of the run agent. |
Platform |
Gets or sets the platform properties against which the run has to happen. |
Status |
Gets or sets the current status of task. Possible values include: 'Disabled', 'Enabled' |
Step |
Gets or sets the properties for updating a task step. |
Tags |
Gets or sets the ARM resource tags. |
Timeout |
Gets or sets run timeout in seconds. |
Trigger |
Gets or sets the properties for updating trigger properties. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET