Uses of Class
com.azure.resourcemanager.containerregistry.models.AgentPoolUpdateParameters
Packages that use AgentPoolUpdateParameters
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of AgentPoolUpdateParameters in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type AgentPoolUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>, AgentPoolInner> AgentPoolsClient.beginUpdate(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters) Updates an agent pool with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>, AgentPoolInner> AgentPoolsClient.beginUpdate(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters, com.azure.core.util.Context context) Updates an agent pool with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AgentPoolInner>, AgentPoolInner> AgentPoolsClient.beginUpdateAsync(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters) Updates an agent pool with the specified parameters.AgentPoolsClient.update(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters) Updates an agent pool with the specified parameters.AgentPoolsClient.update(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters, com.azure.core.util.Context context) Updates an agent pool with the specified parameters.AgentPoolsClient.updateAsync(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters) Updates an agent pool with the specified parameters.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> AgentPoolsClient.updateWithResponseAsync(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters) Updates an agent pool with the specified parameters. -
Uses of AgentPoolUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return AgentPoolUpdateParametersModifier and TypeMethodDescriptionstatic AgentPoolUpdateParametersAgentPoolUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolUpdateParameters from the JsonReader.Set the count property: The count of agent machine.Set the tags property: The ARM resource tags.