Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withEncodedTaskContent(String encodedTaskContent)
Set base64 encoded value of the template/definition file content.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withEncodedValuesContent(String encodedValuesContent)
Set base64 encoded value of the parameters/values file content.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withPlatform(PlatformProperties platform)
Set the platform properties against which the run has to happen.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withSourceLocation(String sourceLocation)
Set the URL(absolute or relative) of the source context.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withTimeout(Integer timeout)
Set run timeout in seconds.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
Copyright © 2019. All rights reserved.