Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
AgentProperties |
EncodedTaskRunRequest.agentConfiguration()
Get the machine configuration of the run agent.
|
AgentProperties |
DockerBuildRequest.agentConfiguration()
Get the machine configuration of the run agent.
|
AgentProperties |
TaskUpdateParameters.agentConfiguration()
Get the machine configuration of the run agent.
|
AgentProperties |
FileTaskRunRequest.agentConfiguration()
Get the machine configuration of the run agent.
|
AgentProperties |
AgentProperties.withCpu(Integer cpu)
Set the CPU configuration in terms of number of cores required for the run.
|
Modifier and Type | Method and Description |
---|---|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
DockerBuildRequest |
DockerBuildRequest.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
TaskUpdateParameters |
TaskUpdateParameters.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
FileTaskRunRequest |
FileTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration)
Set the machine configuration of the run agent.
|
Copyright © 2019. All rights reserved.