public interface AgentPoolsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner> |
beginCreateOrUpdate(String resourceGroupName,
String resourceName,
String agentPoolName,
AgentPoolInner parameters)
Creates or updates an agent pool in the specified managed cluster.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner> |
beginCreateOrUpdate(String resourceGroupName,
String resourceName,
String agentPoolName,
AgentPoolInner parameters,
com.azure.core.util.Context context)
Creates or updates an agent pool in the specified managed cluster.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String resourceName,
String agentPoolName,
AgentPoolInner parameters)
Creates or updates an agent pool in the specified managed cluster.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String resourceName,
String agentPoolName)
Deletes the agent pool in the specified managed cluster.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String resourceName,
String agentPoolName,
com.azure.core.util.Context context)
Deletes the agent pool in the specified managed cluster.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String resourceName,
String agentPoolName)
Deletes the agent pool in the specified managed cluster.
|
AgentPoolInner |
createOrUpdate(String resourceGroupName,
String resourceName,
String agentPoolName,
AgentPoolInner parameters)
Creates or updates an agent pool in the specified managed cluster.
|
AgentPoolInner |
createOrUpdate(String resourceGroupName,
String resourceName,
String agentPoolName,
AgentPoolInner parameters,
com.azure.core.util.Context context)
Creates or updates an agent pool in the specified managed cluster.
|
Mono<AgentPoolInner> |
createOrUpdateAsync(String resourceGroupName,
String resourceName,
String agentPoolName,
AgentPoolInner parameters)
Creates or updates an agent pool in the specified managed cluster.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String resourceName,
String agentPoolName,
AgentPoolInner parameters)
Creates or updates an agent pool in the specified managed cluster.
|
void |
delete(String resourceGroupName,
String resourceName,
String agentPoolName)
Deletes the agent pool in the specified managed cluster.
|
void |
delete(String resourceGroupName,
String resourceName,
String agentPoolName,
com.azure.core.util.Context context)
Deletes the agent pool in the specified managed cluster.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String resourceName,
String agentPoolName)
Deletes the agent pool in the specified managed cluster.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String resourceName,
String agentPoolName)
Deletes the agent pool in the specified managed cluster.
|
AgentPoolInner |
get(String resourceGroupName,
String resourceName,
String agentPoolName)
Gets the details of the agent pool by managed cluster and resource group.
|
Mono<AgentPoolInner> |
getAsync(String resourceGroupName,
String resourceName,
String agentPoolName)
Gets the details of the agent pool by managed cluster and resource group.
|
AgentPoolAvailableVersionsInner |
getAvailableAgentPoolVersions(String resourceGroupName,
String resourceName)
Gets a list of supported versions for the specified agent pool.
|
Mono<AgentPoolAvailableVersionsInner> |
getAvailableAgentPoolVersionsAsync(String resourceGroupName,
String resourceName)
Gets a list of supported versions for the specified agent pool.
|
com.azure.core.http.rest.Response<AgentPoolAvailableVersionsInner> |
getAvailableAgentPoolVersionsWithResponse(String resourceGroupName,
String resourceName,
com.azure.core.util.Context context)
Gets a list of supported versions for the specified agent pool.
|
Mono<com.azure.core.http.rest.Response<AgentPoolAvailableVersionsInner>> |
getAvailableAgentPoolVersionsWithResponseAsync(String resourceGroupName,
String resourceName)
Gets a list of supported versions for the specified agent pool.
|
AgentPoolUpgradeProfileInner |
getUpgradeProfile(String resourceGroupName,
String resourceName,
String agentPoolName)
Gets the details of the upgrade profile for an agent pool with a specified resource group and managed cluster
name.
|
Mono<AgentPoolUpgradeProfileInner> |
getUpgradeProfileAsync(String resourceGroupName,
String resourceName,
String agentPoolName)
Gets the details of the upgrade profile for an agent pool with a specified resource group and managed cluster
name.
|
com.azure.core.http.rest.Response<AgentPoolUpgradeProfileInner> |
getUpgradeProfileWithResponse(String resourceGroupName,
String resourceName,
String agentPoolName,
com.azure.core.util.Context context)
Gets the details of the upgrade profile for an agent pool with a specified resource group and managed cluster
name.
|
Mono<com.azure.core.http.rest.Response<AgentPoolUpgradeProfileInner>> |
getUpgradeProfileWithResponseAsync(String resourceGroupName,
String resourceName,
String agentPoolName)
Gets the details of the upgrade profile for an agent pool with a specified resource group and managed cluster
name.
|
com.azure.core.http.rest.Response<AgentPoolInner> |
getWithResponse(String resourceGroupName,
String resourceName,
String agentPoolName,
com.azure.core.util.Context context)
Gets the details of the agent pool by managed cluster and resource group.
|
Mono<com.azure.core.http.rest.Response<AgentPoolInner>> |
getWithResponseAsync(String resourceGroupName,
String resourceName,
String agentPoolName)
Gets the details of the agent pool by managed cluster and resource group.
|
com.azure.core.http.rest.PagedIterable<AgentPoolInner> |
list(String resourceGroupName,
String resourceName)
Gets a list of agent pools in the specified managed cluster.
|
com.azure.core.http.rest.PagedIterable<AgentPoolInner> |
list(String resourceGroupName,
String resourceName,
com.azure.core.util.Context context)
Gets a list of agent pools in the specified managed cluster.
|
com.azure.core.http.rest.PagedFlux<AgentPoolInner> |
listAsync(String resourceGroupName,
String resourceName)
Gets a list of agent pools in the specified managed cluster.
|
com.azure.core.http.rest.PagedFlux<AgentPoolInner> listAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AgentPoolInner> list(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AgentPoolInner> list(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AgentPoolInner>> getWithResponseAsync(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AgentPoolInner> getAsync(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AgentPoolInner get(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AgentPoolInner> getWithResponse(String resourceGroupName, String resourceName, String agentPoolName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.parameters - Agent Pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner> beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.parameters - Agent Pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner> beginCreateOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.parameters - Agent Pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AgentPoolInner>,AgentPoolInner> beginCreateOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.parameters - Agent Pool.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AgentPoolInner> createOrUpdateAsync(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.parameters - Agent Pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AgentPoolInner createOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.parameters - Agent Pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AgentPoolInner createOrUpdate(String resourceGroupName, String resourceName, String agentPoolName, AgentPoolInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.parameters - Agent Pool.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName, String agentPoolName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String resourceName, String agentPoolName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AgentPoolUpgradeProfileInner>> getUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AgentPoolUpgradeProfileInner> getUpgradeProfileAsync(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AgentPoolUpgradeProfileInner getUpgradeProfile(String resourceGroupName, String resourceName, String agentPoolName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AgentPoolUpgradeProfileInner> getUpgradeProfileWithResponse(String resourceGroupName, String resourceName, String agentPoolName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.agentPoolName - The name of the agent pool.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AgentPoolAvailableVersionsInner>> getAvailableAgentPoolVersionsWithResponseAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AgentPoolAvailableVersionsInner> getAvailableAgentPoolVersionsAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AgentPoolAvailableVersionsInner getAvailableAgentPoolVersions(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AgentPoolAvailableVersionsInner> getAvailableAgentPoolVersionsWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.