TaskInner 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 task that has the ARM resource and task properties. The task will have all information to schedule a run against it.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TaskInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TaskInner = class
inherit Resource
Public Class TaskInner
Inherits Resource
- Inheritance
- Attributes
Constructors
TaskInner() |
Initializes a new instance of the TaskInner class. |
TaskInner(PlatformProperties, TaskStepProperties, String, String, String, String, IDictionary<String,String>, String, Nullable<DateTime>, String, AgentProperties, Nullable<Int32>, TriggerProperties) |
Initializes a new instance of the TaskInner class. |
Properties
AgentConfiguration |
Gets or sets the machine configuration of the run agent. |
CreationDate |
Gets the creation date of task. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
Platform |
Gets or sets the platform properties against which the run has to happen. |
ProvisioningState |
Gets the provisioning state of the task. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled' |
Status |
Gets or sets the current status of task. Possible values include: 'Disabled', 'Enabled' |
Step |
Gets or sets the properties of a task step. |
Tags |
Resource tags (Inherited from Resource) |
Timeout |
Gets or sets run timeout in seconds. |
Trigger |
Gets or sets the properties that describe all triggers for the task. |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET