TaskUpdateParameters Constructors
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.
Overloads
TaskUpdateParameters() |
Initializes a new instance of the TaskUpdateParameters class. |
TaskUpdateParameters(IdentityProperties, String, PlatformUpdateParameters, AgentProperties, String, Nullable<Int32>, TaskStepUpdateParameters, TriggerUpdateParameters, Credentials, String, IDictionary<String, String>) |
Initializes a new instance of the TaskUpdateParameters class. |
TaskUpdateParameters()
Initializes a new instance of the TaskUpdateParameters class.
public TaskUpdateParameters ();
Public Sub New ()
Applies to
TaskUpdateParameters(IdentityProperties, String, PlatformUpdateParameters, AgentProperties, String, Nullable<Int32>, TaskStepUpdateParameters, TriggerUpdateParameters, Credentials, String, IDictionary<String, String>)
Initializes a new instance of the TaskUpdateParameters class.
public TaskUpdateParameters (Microsoft.Azure.Management.ContainerRegistry.Models.IdentityProperties identity = default, string status = default, Microsoft.Azure.Management.ContainerRegistry.Models.PlatformUpdateParameters platform = default, Microsoft.Azure.Management.ContainerRegistry.Models.AgentProperties agentConfiguration = default, string agentPoolName = default, int? timeout = default, Microsoft.Azure.Management.ContainerRegistry.Models.TaskStepUpdateParameters step = default, Microsoft.Azure.Management.ContainerRegistry.Models.TriggerUpdateParameters trigger = default, Microsoft.Azure.Management.ContainerRegistry.Models.Credentials credentials = default, string logTemplate = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.TaskUpdateParameters : Microsoft.Azure.Management.ContainerRegistry.Models.IdentityProperties * string * Microsoft.Azure.Management.ContainerRegistry.Models.PlatformUpdateParameters * Microsoft.Azure.Management.ContainerRegistry.Models.AgentProperties * string * Nullable<int> * Microsoft.Azure.Management.ContainerRegistry.Models.TaskStepUpdateParameters * Microsoft.Azure.Management.ContainerRegistry.Models.TriggerUpdateParameters * Microsoft.Azure.Management.ContainerRegistry.Models.Credentials * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerRegistry.Models.TaskUpdateParameters
Public Sub New (Optional identity As IdentityProperties = Nothing, Optional status As String = Nothing, Optional platform As PlatformUpdateParameters = Nothing, Optional agentConfiguration As AgentProperties = Nothing, Optional agentPoolName As String = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional step As TaskStepUpdateParameters = Nothing, Optional trigger As TriggerUpdateParameters = Nothing, Optional credentials As Credentials = Nothing, Optional logTemplate As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- identity
- IdentityProperties
Identity for the resource.
- status
- String
The current status of task. Possible values include: 'Disabled', 'Enabled'
- platform
- PlatformUpdateParameters
The platform properties against which the run has to happen.
- agentConfiguration
- AgentProperties
The machine configuration of the run agent.
- agentPoolName
- String
The dedicated agent pool for the task.
The properties for updating a task step.
- trigger
- TriggerUpdateParameters
The properties for updating trigger properties.
- credentials
- Credentials
The parameters that describes a set of credentials that will be used when this run is invoked.
- logTemplate
- String
The template that describes the repository and tag information for run log artifact.
- tags
- IDictionary<String,String>
The ARM resource tags.
Applies to
Azure SDK for .NET