TaskPropertiesUpdateParameters |
TaskPropertiesUpdateParameters.withAgentConfiguration(AgentProperties agentConfiguration) |
Set the agentConfiguration property: The machine configuration of the run agent.
|
TaskPropertiesUpdateParameters |
TaskPropertiesUpdateParameters.withAgentPoolName(String agentPoolName) |
Set the agentPoolName property: The dedicated agent pool for the task.
|
TaskPropertiesUpdateParameters |
TaskPropertiesUpdateParameters.withCredentials(Credentials credentials) |
Set the credentials property: The parameters that describes a set of credentials that will be used when this run
is invoked.
|
TaskPropertiesUpdateParameters |
TaskPropertiesUpdateParameters.withLogTemplate(String logTemplate) |
Set the logTemplate property: The template that describes the repository and tag information for run log
artifact.
|
TaskPropertiesUpdateParameters |
TaskPropertiesUpdateParameters.withPlatform(PlatformUpdateParameters platform) |
Set the platform property: The platform properties against which the run has to happen.
|
TaskPropertiesUpdateParameters |
TaskPropertiesUpdateParameters.withStatus(TaskStatus status) |
Set the status property: The current status of task.
|
TaskPropertiesUpdateParameters |
TaskPropertiesUpdateParameters.withStep(TaskStepUpdateParameters step) |
Set the step property: The properties for updating a task step.
|
TaskPropertiesUpdateParameters |
TaskPropertiesUpdateParameters.withTimeout(Integer timeout) |
Set the timeout property: Run timeout in seconds.
|
TaskPropertiesUpdateParameters |
TaskPropertiesUpdateParameters.withTrigger(TriggerUpdateParameters trigger) |
Set the trigger property: The properties for updating trigger properties.
|