TaskRun 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 run that has the ARM resource and properties. The task run will have the information of request and result of a run.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TaskRun : Microsoft.Azure.Management.ContainerRegistry.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TaskRun = class
inherit ProxyResource
Public Class TaskRun
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
TaskRun() |
Initializes a new instance of the TaskRun class. |
TaskRun(String, String, String, SystemData, IdentityProperties, String, RunRequest, Run, String, String) |
Initializes a new instance of the TaskRun class. |
Properties
ForceUpdateTag |
Gets or sets how the run should be forced to rerun even if the run request configuration has not changed |
Id |
Gets the resource ID. (Inherited from ProxyResource) |
Identity |
Gets or sets identity for the resource. |
Location |
Gets or sets the location of the resource |
Name |
Gets the name of the resource. (Inherited from ProxyResource) |
ProvisioningState |
Gets the provisioning state of this task run. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled' |
RunRequest |
Gets or sets the request (parameters) for the run |
RunResult |
Gets the result of this task run |
SystemData |
Gets metadata pertaining to creation and last modification of the resource. (Inherited from ProxyResource) |
Type |
Gets the type of the resource. (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET