TaskUpdateParameters 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 TaskUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TaskUpdateParameters = class
Public Class TaskUpdateParameters
- Inheritance
-
TaskUpdateParameters
- Attributes
Constructors
TaskUpdateParameters() |
Initializes a new instance of the TaskUpdateParameters class. |
TaskUpdateParameters(IdentityProperties, String, PlatformUpdateParameters, AgentProperties, String, Nullable<Int32>, TaskStepUpdateParameters, TriggerUpdateParameters, Credentials, String, IDictionary<String, String>) |
Initializes a new instance of the TaskUpdateParameters class. |
Properties
AgentConfiguration |
Gets or sets the machine configuration of the run agent. |
AgentPoolName |
Gets or sets the dedicated agent pool for the task. |
Credentials |
Gets or sets the parameters that describes a set of credentials that will be used when this run is invoked. |
Identity |
Gets or sets identity for the resource. |
LogTemplate |
Gets or sets the template that describes the repository and tag information for run log artifact. |
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