com.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.
|
AgentPoolInner |
AgentPoolsClient.update(String resourceGroupName,
String registryName,
String agentPoolName,
AgentPoolUpdateParameters updateParameters) |
Updates an agent pool with the specified parameters.
|
AgentPoolInner |
AgentPoolsClient.update(String resourceGroupName,
String registryName,
String agentPoolName,
AgentPoolUpdateParameters updateParameters,
com.azure.core.util.Context context) |
Updates an agent pool with the specified parameters.
|
Mono<AgentPoolInner> |
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.
|