Uses of Class
com.azure.resourcemanager.containerregistry.models.AgentProperties
-
Packages that use AgentProperties Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of AgentProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return AgentProperties Modifier and Type Method Description AgentPropertiesRunInner. agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.AgentPropertiesRunProperties. agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.AgentPropertiesTaskInner. agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.AgentPropertiesTaskProperties. agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.AgentPropertiesTaskPropertiesUpdateParameters. agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type AgentProperties Modifier and Type Method Description RunInnerRunInner. withAgentConfiguration(AgentProperties agentConfiguration)Set the agentConfiguration property: The machine configuration of the run agent.RunPropertiesRunProperties. withAgentConfiguration(AgentProperties agentConfiguration)Set the agentConfiguration property: The machine configuration of the run agent.TaskInnerTaskInner. withAgentConfiguration(AgentProperties agentConfiguration)Set the agentConfiguration property: The machine configuration of the run agent.TaskPropertiesTaskProperties. withAgentConfiguration(AgentProperties agentConfiguration)Set the agentConfiguration property: The machine configuration of the run agent.TaskPropertiesUpdateParametersTaskPropertiesUpdateParameters. withAgentConfiguration(AgentProperties agentConfiguration)Set the agentConfiguration property: The machine configuration of the run agent. -
Uses of AgentProperties in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return AgentProperties Modifier and Type Method Description AgentPropertiesDockerBuildRequest. agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.AgentPropertiesEncodedTaskRunRequest. agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.AgentPropertiesFileTaskRunRequest. agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.AgentPropertiesTaskUpdateParameters. agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.AgentPropertiesAgentProperties. withCpu(Integer cpu)Set the cpu property: The CPU configuration in terms of number of cores required for the run.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type AgentProperties Modifier and Type Method Description DockerBuildRequestDockerBuildRequest. withAgentConfiguration(AgentProperties agentConfiguration)Set the agentConfiguration property: The machine configuration of the run agent.EncodedTaskRunRequestEncodedTaskRunRequest. withAgentConfiguration(AgentProperties agentConfiguration)Set the agentConfiguration property: The machine configuration of the run agent.FileTaskRunRequestFileTaskRunRequest. withAgentConfiguration(AgentProperties agentConfiguration)Set the agentConfiguration property: The machine configuration of the run agent.TaskUpdateParametersTaskUpdateParameters. withAgentConfiguration(AgentProperties agentConfiguration)Set the agentConfiguration property: The machine configuration of the run agent.
-