Uses of Class
com.azure.resourcemanager.containerregistry.models.AgentProperties
Packages that use AgentProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
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 AgentPropertiesModifier and TypeMethodDescriptionRunInner.agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.RunProperties.agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.TaskInner.agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.TaskProperties.agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.TaskPropertiesUpdateParameters.agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type AgentPropertiesModifier and TypeMethodDescriptionRunInner.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.RunProperties.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.TaskInner.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.TaskProperties.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.TaskPropertiesUpdateParameters.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 AgentPropertiesModifier and TypeMethodDescriptionDockerBuildRequest.agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.EncodedTaskRunRequest.agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.FileTaskRunRequest.agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.TaskUpdateParameters.agentConfiguration()Get the agentConfiguration property: The machine configuration of the run agent.static AgentPropertiesAgentProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentProperties from the JsonReader.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 AgentPropertiesModifier and TypeMethodDescriptionDockerBuildRequest.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.EncodedTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.FileTaskRunRequest.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.TaskUpdateParameters.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.