Uses of Class
com.microsoft.azure.management.containerregistry.AgentProperties
Packages that use AgentProperties
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of AgentProperties in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return AgentPropertiesModifier and TypeMethodDescriptionDockerBuildRequest.agentConfiguration()
Get the machine configuration of the run agent.EncodedTaskRunRequest.agentConfiguration()
Get the machine configuration of the run agent.FileTaskRunRequest.agentConfiguration()
Get the machine configuration of the run agent.TaskUpdateParameters.agentConfiguration()
Get the machine configuration of the run agent.Set the CPU configuration in terms of number of cores required for the run.Methods in com.microsoft.azure.management.containerregistry with parameters of type AgentPropertiesModifier and TypeMethodDescriptionDockerBuildRequest.withAgentConfiguration
(AgentProperties agentConfiguration) Set the machine configuration of the run agent.EncodedTaskRunRequest.withAgentConfiguration
(AgentProperties agentConfiguration) Set the machine configuration of the run agent.FileTaskRunRequest.withAgentConfiguration
(AgentProperties agentConfiguration) Set the machine configuration of the run agent.TaskUpdateParameters.withAgentConfiguration
(AgentProperties agentConfiguration) Set the machine configuration of the run agent.