Share via


TaskRunUpdateParameters Constructors

Definition

Overloads

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.

TaskRunUpdateParameters()

Initializes a new instance of the TaskRunUpdateParameters class.

public TaskRunUpdateParameters ();
Public Sub New ()

Applies to

TaskRunUpdateParameters(IdentityProperties, RunRequest, String, String, IDictionary<String,String>)

Initializes a new instance of the TaskRunUpdateParameters class.

public TaskRunUpdateParameters (Microsoft.Azure.Management.ContainerRegistry.Models.IdentityProperties identity = default, Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest runRequest = default, string forceUpdateTag = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.TaskRunUpdateParameters : Microsoft.Azure.Management.ContainerRegistry.Models.IdentityProperties * Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerRegistry.Models.TaskRunUpdateParameters
Public Sub New (Optional identity As IdentityProperties = Nothing, Optional runRequest As RunRequest = Nothing, Optional forceUpdateTag As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

identity
IdentityProperties

Identity for the resource.

runRequest
RunRequest

The request (parameters) for the new run

forceUpdateTag
String

How the run should be forced to rerun even if the run request configuration has not changed

location
String

The location of the resource

tags
IDictionary<String,String>

The ARM resource tags.

Applies to