Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
TaskUpdateParameters |
TaskUpdateParameters.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
TaskUpdateParameters |
TaskUpdateParameters.withPlatform(PlatformUpdateParameters platform)
Set the platform properties against which the run has to happen.
|
TaskUpdateParameters |
TaskUpdateParameters.withStatus(TaskStatus status)
Set the current status of task.
|
TaskUpdateParameters |
TaskUpdateParameters.withStep(TaskStepUpdateParameters step)
Set the properties for updating a task step.
|
TaskUpdateParameters |
TaskUpdateParameters.withTags(Map<String,String> tags)
Set the ARM resource tags.
|
TaskUpdateParameters |
TaskUpdateParameters.withTimeout(Integer timeout)
Set run timeout in seconds.
|
TaskUpdateParameters |
TaskUpdateParameters.withTrigger(TriggerUpdateParameters trigger)
Set the properties for updating trigger properties.
|
Copyright © 2019. All rights reserved.