public interface ContainerGroupsClient extends InnerSupportsGet<ContainerGroupInner>, InnerSupportsListing<ContainerGroupInner>, InnerSupportsDelete<ContainerGroupInner>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerGroupInner>,ContainerGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String containerGroupName,
ContainerGroupInner containerGroup)
Create or update container groups with specified configurations.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerGroupInner>,ContainerGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String containerGroupName,
ContainerGroupInner containerGroup,
com.azure.core.util.Context context)
Create or update container groups with specified configurations.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ContainerGroupInner>,ContainerGroupInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String containerGroupName,
ContainerGroupInner containerGroup)
Create or update container groups with specified configurations.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerGroupInner>,ContainerGroupInner> |
beginDelete(String resourceGroupName,
String containerGroupName)
Delete the specified container group in the specified subscription and resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ContainerGroupInner>,ContainerGroupInner> |
beginDelete(String resourceGroupName,
String containerGroupName,
com.azure.core.util.Context context)
Delete the specified container group in the specified subscription and resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ContainerGroupInner>,ContainerGroupInner> |
beginDeleteAsync(String resourceGroupName,
String containerGroupName)
Delete the specified container group in the specified subscription and resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestart(String resourceGroupName,
String containerGroupName)
Restarts all containers in a container group in place.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestart(String resourceGroupName,
String containerGroupName,
com.azure.core.util.Context context)
Restarts all containers in a container group in place.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestartAsync(String resourceGroupName,
String containerGroupName)
Restarts all containers in a container group in place.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStart(String resourceGroupName,
String containerGroupName)
Starts all containers in a container group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStart(String resourceGroupName,
String containerGroupName,
com.azure.core.util.Context context)
Starts all containers in a container group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStartAsync(String resourceGroupName,
String containerGroupName)
Starts all containers in a container group.
|
ContainerGroupInner |
createOrUpdate(String resourceGroupName,
String containerGroupName,
ContainerGroupInner containerGroup)
Create or update container groups with specified configurations.
|
ContainerGroupInner |
createOrUpdate(String resourceGroupName,
String containerGroupName,
ContainerGroupInner containerGroup,
com.azure.core.util.Context context)
Create or update container groups with specified configurations.
|
Mono<ContainerGroupInner> |
createOrUpdateAsync(String resourceGroupName,
String containerGroupName,
ContainerGroupInner containerGroup)
Create or update container groups with specified configurations.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String containerGroupName,
ContainerGroupInner containerGroup)
Create or update container groups with specified configurations.
|
ContainerGroupInner |
delete(String resourceGroupName,
String containerGroupName)
Delete the specified container group in the specified subscription and resource group.
|
ContainerGroupInner |
delete(String resourceGroupName,
String containerGroupName,
com.azure.core.util.Context context)
Delete the specified container group in the specified subscription and resource group.
|
Mono<ContainerGroupInner> |
deleteAsync(String resourceGroupName,
String containerGroupName)
Delete the specified container group in the specified subscription and resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String containerGroupName)
Delete the specified container group in the specified subscription and resource group.
|
ContainerGroupInner |
getByResourceGroup(String resourceGroupName,
String containerGroupName)
Gets the properties of the specified container group in the specified subscription and resource group.
|
Mono<ContainerGroupInner> |
getByResourceGroupAsync(String resourceGroupName,
String containerGroupName)
Gets the properties of the specified container group in the specified subscription and resource group.
|
com.azure.core.http.rest.Response<ContainerGroupInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String containerGroupName,
com.azure.core.util.Context context)
Gets the properties of the specified container group in the specified subscription and resource group.
|
Mono<com.azure.core.http.rest.Response<ContainerGroupInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String containerGroupName)
Gets the properties of the specified container group in the specified subscription and resource group.
|
com.azure.core.http.rest.PagedIterable<ContainerGroupInner> |
list()
Get a list of container groups in the specified subscription.
|
com.azure.core.http.rest.PagedIterable<ContainerGroupInner> |
list(com.azure.core.util.Context context)
Get a list of container groups in the specified subscription.
|
com.azure.core.http.rest.PagedFlux<ContainerGroupInner> |
listAsync()
Get a list of container groups in the specified subscription.
|
com.azure.core.http.rest.PagedIterable<ContainerGroupInner> |
listByResourceGroup(String resourceGroupName)
Get a list of container groups in a specified subscription and resource group.
|
com.azure.core.http.rest.PagedIterable<ContainerGroupInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Get a list of container groups in a specified subscription and resource group.
|
com.azure.core.http.rest.PagedFlux<ContainerGroupInner> |
listByResourceGroupAsync(String resourceGroupName)
Get a list of container groups in a specified subscription and resource group.
|
void |
restart(String resourceGroupName,
String containerGroupName)
Restarts all containers in a container group in place.
|
void |
restart(String resourceGroupName,
String containerGroupName,
com.azure.core.util.Context context)
Restarts all containers in a container group in place.
|
Mono<Void> |
restartAsync(String resourceGroupName,
String containerGroupName)
Restarts all containers in a container group in place.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
restartWithResponseAsync(String resourceGroupName,
String containerGroupName)
Restarts all containers in a container group in place.
|
void |
start(String resourceGroupName,
String containerGroupName)
Starts all containers in a container group.
|
void |
start(String resourceGroupName,
String containerGroupName,
com.azure.core.util.Context context)
Starts all containers in a container group.
|
Mono<Void> |
startAsync(String resourceGroupName,
String containerGroupName)
Starts all containers in a container group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startWithResponseAsync(String resourceGroupName,
String containerGroupName)
Starts all containers in a container group.
|
void |
stop(String resourceGroupName,
String containerGroupName)
Stops all containers in a container group.
|
Mono<Void> |
stopAsync(String resourceGroupName,
String containerGroupName)
Stops all containers in a container group.
|
com.azure.core.http.rest.Response<Void> |
stopWithResponse(String resourceGroupName,
String containerGroupName,
com.azure.core.util.Context context)
Stops all containers in a container group.
|
Mono<com.azure.core.http.rest.Response<Void>> |
stopWithResponseAsync(String resourceGroupName,
String containerGroupName)
Stops all containers in a container group.
|
ContainerGroupInner |
update(String resourceGroupName,
String containerGroupName,
com.azure.core.management.Resource resource)
Updates container group tags with specified values.
|
Mono<ContainerGroupInner> |
updateAsync(String resourceGroupName,
String containerGroupName,
com.azure.core.management.Resource resource)
Updates container group tags with specified values.
|
com.azure.core.http.rest.Response<ContainerGroupInner> |
updateWithResponse(String resourceGroupName,
String containerGroupName,
com.azure.core.management.Resource resource,
com.azure.core.util.Context context)
Updates container group tags with specified values.
|
Mono<com.azure.core.http.rest.Response<ContainerGroupInner>> |
updateWithResponseAsync(String resourceGroupName,
String containerGroupName,
com.azure.core.management.Resource resource)
Updates container group tags with specified values.
|
com.azure.core.http.rest.PagedFlux<ContainerGroupInner> listAsync()
listAsync in interface InnerSupportsListing<ContainerGroupInner>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<ContainerGroupInner> list()
list in interface InnerSupportsListing<ContainerGroupInner>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<ContainerGroupInner> 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.com.azure.core.http.rest.PagedFlux<ContainerGroupInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<ContainerGroupInner>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<ContainerGroupInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<ContainerGroupInner>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<ContainerGroupInner> 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<ContainerGroupInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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<ContainerGroupInner> getByResourceGroupAsync(String resourceGroupName, String containerGroupName)
getByResourceGroupAsync in interface InnerSupportsGet<ContainerGroupInner>resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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.ContainerGroupInner getByResourceGroup(String resourceGroupName, String containerGroupName)
getByResourceGroup in interface InnerSupportsGet<ContainerGroupInner>resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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<ContainerGroupInner> getByResourceGroupWithResponse(String resourceGroupName, String containerGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String containerGroupName, ContainerGroupInner containerGroup)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.containerGroup - The properties of the container group to be created or updated.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<ContainerGroupInner>,ContainerGroupInner> beginCreateOrUpdateAsync(String resourceGroupName, String containerGroupName, ContainerGroupInner containerGroup)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.containerGroup - The properties of the container group to be created or updated.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<ContainerGroupInner>,ContainerGroupInner> beginCreateOrUpdate(String resourceGroupName, String containerGroupName, ContainerGroupInner containerGroup)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.containerGroup - The properties of the container group to be created or updated.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<ContainerGroupInner>,ContainerGroupInner> beginCreateOrUpdate(String resourceGroupName, String containerGroupName, ContainerGroupInner containerGroup, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.containerGroup - The properties of the container group to be created or updated.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<ContainerGroupInner> createOrUpdateAsync(String resourceGroupName, String containerGroupName, ContainerGroupInner containerGroup)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.containerGroup - The properties of the container group to be created or updated.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.ContainerGroupInner createOrUpdate(String resourceGroupName, String containerGroupName, ContainerGroupInner containerGroup)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.containerGroup - The properties of the container group to be created or updated.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.ContainerGroupInner createOrUpdate(String resourceGroupName, String containerGroupName, ContainerGroupInner containerGroup, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.containerGroup - The properties of the container group to be created or updated.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<ContainerGroupInner>> updateWithResponseAsync(String resourceGroupName, String containerGroupName, com.azure.core.management.Resource resource)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.resource - The container group resource with just the tags to be updated.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<ContainerGroupInner> updateAsync(String resourceGroupName, String containerGroupName, com.azure.core.management.Resource resource)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.resource - The container group resource with just the tags to be updated.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.ContainerGroupInner update(String resourceGroupName, String containerGroupName, com.azure.core.management.Resource resource)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.resource - The container group resource with just the tags to be updated.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<ContainerGroupInner> updateWithResponse(String resourceGroupName, String containerGroupName, com.azure.core.management.Resource resource, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container group.resource - The container group resource with just the tags to be updated.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 containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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<ContainerGroupInner>,ContainerGroupInner> beginDeleteAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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<ContainerGroupInner>,ContainerGroupInner> beginDelete(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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<ContainerGroupInner>,ContainerGroupInner> beginDelete(String resourceGroupName, String containerGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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<ContainerGroupInner> deleteAsync(String resourceGroupName, String containerGroupName)
deleteAsync in interface InnerSupportsDelete<ContainerGroupInner>resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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.ContainerGroupInner delete(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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.ContainerGroupInner delete(String resourceGroupName, String containerGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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>>> restartWithResponseAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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> beginRestartAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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> beginRestart(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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> beginRestart(String resourceGroupName, String containerGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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> restartAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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 restart(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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 restart(String resourceGroupName, String containerGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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<Void>> stopWithResponseAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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<Void> stopAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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 stop(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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<Void> stopWithResponse(String resourceGroupName, String containerGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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>>> startWithResponseAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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> beginStartAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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> beginStart(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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> beginStart(String resourceGroupName, String containerGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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> startAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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 start(String resourceGroupName, String containerGroupName)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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 start(String resourceGroupName, String containerGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.containerGroupName - The name of the container 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.Copyright © 2021 Microsoft Corporation. All rights reserved.