Share via


TaskRunUpdateParameters Class

Definition

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