Uses of Class
com.microsoft.azure.management.containerregistry.AgentProperties
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of AgentProperties in com.microsoft.azure.management.containerregistry
Modifier 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.Modifier 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.