TaskRunUpdateParameters 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 run.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TaskRunUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TaskRunUpdateParameters = class
Public Class TaskRunUpdateParameters
- Inheritance
-
TaskRunUpdateParameters
- Attributes
Constructors
TaskRunUpdateParameters() |
Initializes a new instance of the TaskRunUpdateParameters class. |
TaskRunUpdateParameters(IdentityProperties, RunRequest, String, String, IDictionary<String,String>) |
Initializes a new instance of the TaskRunUpdateParameters class. |
Properties
ForceUpdateTag |
Gets or sets how the run should be forced to rerun even if the run request configuration has not changed |
Identity |
Gets or sets identity for the resource. |
Location |
Gets or sets the location of the resource |
RunRequest |
Gets or sets the request (parameters) for the new run |
Tags |
Gets or sets the ARM resource tags. |
Applies to
Azure SDK for .NET