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