public interface ContainerServicesClient extends InnerSupportsGet<ContainerServiceInner>, InnerSupportsListing<ContainerServiceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerServiceInner>,ContainerServiceInner> |
beginCreateOrUpdate(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerServiceInner>,ContainerServiceInner> |
beginCreateOrUpdate(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters,
com.azure.core.util.Context context)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ContainerServiceInner>,ContainerServiceInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String containerServiceName)
Deletes the specified container service in the specified subscription and resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String containerServiceName,
com.azure.core.util.Context context)
Deletes the specified container service in the specified subscription and resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String containerServiceName)
Deletes the specified container service in the specified subscription and resource group.
|
ContainerServiceInner |
createOrUpdate(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
ContainerServiceInner |
createOrUpdate(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters,
com.azure.core.util.Context context)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
Mono<ContainerServiceInner> |
createOrUpdateAsync(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String containerServiceName,
ContainerServiceInner parameters)
Creates or updates a container service with the specified configuration of orchestrator, masters, and agents.
|
void |
delete(String resourceGroupName,
String containerServiceName)
Deletes the specified container service in the specified subscription and resource group.
|
void |
delete(String resourceGroupName,
String containerServiceName,
com.azure.core.util.Context context)
Deletes the specified container service in the specified subscription and resource group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String containerServiceName)
Deletes the specified container service in the specified subscription and resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String containerServiceName)
Deletes the specified container service in the specified subscription and resource group.
|
ContainerServiceInner |
getByResourceGroup(String resourceGroupName,
String containerServiceName)
Gets the properties of the specified container service in the specified subscription and resource group.
|
Mono<ContainerServiceInner> |
getByResourceGroupAsync(String resourceGroupName,
String containerServiceName)
Gets the properties of the specified container service in the specified subscription and resource group.
|
com.azure.core.http.rest.Response<ContainerServiceInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String containerServiceName,
com.azure.core.util.Context context)
Gets the properties of the specified container service in the specified subscription and resource group.
|
Mono<com.azure.core.http.rest.Response<ContainerServiceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String containerServiceName)
Gets the properties of the specified container service in the specified subscription and resource group.
|
com.azure.core.http.rest.PagedIterable<ContainerServiceInner> |
list()
Gets a list of container services in the specified subscription.
|
com.azure.core.http.rest.PagedIterable<ContainerServiceInner> |
list(com.azure.core.util.Context context)
Gets a list of container services in the specified subscription.
|
com.azure.core.http.rest.PagedFlux<ContainerServiceInner> |
listAsync()
Gets a list of container services in the specified subscription.
|
com.azure.core.http.rest.PagedIterable<ContainerServiceInner> |
listByResourceGroup(String resourceGroupName)
Gets a list of container services in the specified subscription and resource group.
|
com.azure.core.http.rest.PagedIterable<ContainerServiceInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets a list of container services in the specified subscription and resource group.
|
com.azure.core.http.rest.PagedFlux<ContainerServiceInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets a list of container services in the specified subscription and resource group.
|
OrchestratorVersionProfileListResultInner |
listOrchestrators(String location)
Gets a list of supported orchestrators in the specified subscription.
|
Mono<OrchestratorVersionProfileListResultInner> |
listOrchestratorsAsync(String location)
Gets a list of supported orchestrators in the specified subscription.
|
Mono<OrchestratorVersionProfileListResultInner> |
listOrchestratorsAsync(String location,
String resourceType)
Gets a list of supported orchestrators in the specified subscription.
|
com.azure.core.http.rest.Response<OrchestratorVersionProfileListResultInner> |
listOrchestratorsWithResponse(String location,
String resourceType,
com.azure.core.util.Context context)
Gets a list of supported orchestrators in the specified subscription.
|
Mono<com.azure.core.http.rest.Response<OrchestratorVersionProfileListResultInner>> |
listOrchestratorsWithResponseAsync(String location,
String resourceType)
Gets a list of supported orchestrators in the specified subscription.
|
com.azure.core.http.rest.PagedFlux<ContainerServiceInner> listAsync()
listAsync in interface InnerSupportsListing<ContainerServiceInner>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<ContainerServiceInner> list()
list in interface InnerSupportsListing<ContainerServiceInner>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<ContainerServiceInner> list(com.azure.core.util.Context context)
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 containerServiceName, ContainerServiceInner parameters)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.parameters - Container service.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<ContainerServiceInner>,ContainerServiceInner> beginCreateOrUpdateAsync(String resourceGroupName, String containerServiceName, ContainerServiceInner parameters)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.parameters - Container service.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<ContainerServiceInner>,ContainerServiceInner> beginCreateOrUpdate(String resourceGroupName, String containerServiceName, ContainerServiceInner parameters)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.parameters - Container service.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<ContainerServiceInner>,ContainerServiceInner> beginCreateOrUpdate(String resourceGroupName, String containerServiceName, ContainerServiceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.parameters - Container service.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<ContainerServiceInner> createOrUpdateAsync(String resourceGroupName, String containerServiceName, ContainerServiceInner parameters)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.parameters - Container service.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.ContainerServiceInner createOrUpdate(String resourceGroupName, String containerServiceName, ContainerServiceInner parameters)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.parameters - Container service.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.ContainerServiceInner createOrUpdate(String resourceGroupName, String containerServiceName, ContainerServiceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.parameters - Container service.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<ContainerServiceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String containerServiceName)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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<ContainerServiceInner> getByResourceGroupAsync(String resourceGroupName, String containerServiceName)
getByResourceGroupAsync in interface InnerSupportsGet<ContainerServiceInner>resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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.ContainerServiceInner getByResourceGroup(String resourceGroupName, String containerServiceName)
getByResourceGroup in interface InnerSupportsGet<ContainerServiceInner>resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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<ContainerServiceInner> getByResourceGroupWithResponse(String resourceGroupName, String containerServiceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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 containerServiceName)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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 containerServiceName)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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 containerServiceName)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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 containerServiceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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 containerServiceName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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 containerServiceName)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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 containerServiceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerServiceName - The name of the container service in the specified subscription and resource group.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.com.azure.core.http.rest.PagedFlux<ContainerServiceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<ContainerServiceInner>resourceGroupName - The name of the resource group.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<ContainerServiceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<ContainerServiceInner>resourceGroupName - The name of the resource group.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<ContainerServiceInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.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<OrchestratorVersionProfileListResultInner>> listOrchestratorsWithResponseAsync(String location, String resourceType)
location - The name of a supported Azure region.resourceType - resource type for which the list of orchestrators needs to be returned.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<OrchestratorVersionProfileListResultInner> listOrchestratorsAsync(String location, String resourceType)
location - The name of a supported Azure region.resourceType - resource type for which the list of orchestrators needs to be returned.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<OrchestratorVersionProfileListResultInner> listOrchestratorsAsync(String location)
location - The name of a supported Azure region.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.OrchestratorVersionProfileListResultInner listOrchestrators(String location)
location - The name of a supported Azure region.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<OrchestratorVersionProfileListResultInner> listOrchestratorsWithResponse(String location, String resourceType, com.azure.core.util.Context context)
location - The name of a supported Azure region.resourceType - resource type for which the list of orchestrators needs to be returned.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.