public interface OpenShiftManagedClustersClient extends InnerSupportsGet<OpenShiftManagedClusterInner>, InnerSupportsListing<OpenShiftManagedClusterInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> |
beginCreateOrUpdate(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> |
beginCreateOrUpdate(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters,
com.azure.core.util.Context context)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String resourceName)
Deletes the OpenShift managed cluster with a specified resource group and name.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String resourceName,
com.azure.core.util.Context context)
Deletes the OpenShift managed cluster with a specified resource group and name.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String resourceName)
Deletes the OpenShift managed cluster with a specified resource group and name.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> |
beginUpdateTags(String resourceGroupName,
String resourceName,
Map<String,String> tags)
Updates an OpenShift managed cluster with the specified tags.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> |
beginUpdateTags(String resourceGroupName,
String resourceName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates an OpenShift managed cluster with the specified tags.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> |
beginUpdateTagsAsync(String resourceGroupName,
String resourceName,
Map<String,String> tags)
Updates an OpenShift managed cluster with the specified tags.
|
OpenShiftManagedClusterInner |
createOrUpdate(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
OpenShiftManagedClusterInner |
createOrUpdate(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters,
com.azure.core.util.Context context)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
Mono<OpenShiftManagedClusterInner> |
createOrUpdateAsync(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String resourceName,
OpenShiftManagedClusterInner parameters)
Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.
|
void |
delete(String resourceGroupName,
String resourceName)
Deletes the OpenShift managed cluster with a specified resource group and name.
|
void |
delete(String resourceGroupName,
String resourceName,
com.azure.core.util.Context context)
Deletes the OpenShift managed cluster with a specified resource group and name.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String resourceName)
Deletes the OpenShift managed cluster with a specified resource group and name.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String resourceName)
Deletes the OpenShift managed cluster with a specified resource group and name.
|
OpenShiftManagedClusterInner |
getByResourceGroup(String resourceGroupName,
String resourceName)
Gets the details of the managed OpenShift cluster with a specified resource group and name.
|
Mono<OpenShiftManagedClusterInner> |
getByResourceGroupAsync(String resourceGroupName,
String resourceName)
Gets the details of the managed OpenShift cluster with a specified resource group and name.
|
com.azure.core.http.rest.Response<OpenShiftManagedClusterInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String resourceName,
com.azure.core.util.Context context)
Gets the details of the managed OpenShift cluster with a specified resource group and name.
|
Mono<com.azure.core.http.rest.Response<OpenShiftManagedClusterInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String resourceName)
Gets the details of the managed OpenShift cluster with a specified resource group and name.
|
com.azure.core.http.rest.PagedIterable<OpenShiftManagedClusterInner> |
list()
Gets a list of OpenShift managed clusters in the specified subscription.
|
com.azure.core.http.rest.PagedIterable<OpenShiftManagedClusterInner> |
list(com.azure.core.util.Context context)
Gets a list of OpenShift managed clusters in the specified subscription.
|
com.azure.core.http.rest.PagedFlux<OpenShiftManagedClusterInner> |
listAsync()
Gets a list of OpenShift managed clusters in the specified subscription.
|
com.azure.core.http.rest.PagedIterable<OpenShiftManagedClusterInner> |
listByResourceGroup(String resourceGroupName)
Lists OpenShift managed clusters in the specified subscription and resource group.
|
com.azure.core.http.rest.PagedIterable<OpenShiftManagedClusterInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists OpenShift managed clusters in the specified subscription and resource group.
|
com.azure.core.http.rest.PagedFlux<OpenShiftManagedClusterInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists OpenShift managed clusters in the specified subscription and resource group.
|
OpenShiftManagedClusterInner |
updateTags(String resourceGroupName,
String resourceName)
Updates an OpenShift managed cluster with the specified tags.
|
OpenShiftManagedClusterInner |
updateTags(String resourceGroupName,
String resourceName,
Map<String,String> tags)
Updates an OpenShift managed cluster with the specified tags.
|
OpenShiftManagedClusterInner |
updateTags(String resourceGroupName,
String resourceName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates an OpenShift managed cluster with the specified tags.
|
Mono<OpenShiftManagedClusterInner> |
updateTagsAsync(String resourceGroupName,
String resourceName)
Updates an OpenShift managed cluster with the specified tags.
|
Mono<OpenShiftManagedClusterInner> |
updateTagsAsync(String resourceGroupName,
String resourceName,
Map<String,String> tags)
Updates an OpenShift managed cluster with the specified tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateTagsWithResponseAsync(String resourceGroupName,
String resourceName,
Map<String,String> tags)
Updates an OpenShift managed cluster with the specified tags.
|
com.azure.core.http.rest.PagedFlux<OpenShiftManagedClusterInner> listAsync()
listAsync in interface InnerSupportsListing<OpenShiftManagedClusterInner>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<OpenShiftManagedClusterInner> list()
list in interface InnerSupportsListing<OpenShiftManagedClusterInner>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<OpenShiftManagedClusterInner> 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<OpenShiftManagedClusterInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<OpenShiftManagedClusterInner>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<OpenShiftManagedClusterInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<OpenShiftManagedClusterInner>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<OpenShiftManagedClusterInner> 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<OpenShiftManagedClusterInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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<OpenShiftManagedClusterInner> getByResourceGroupAsync(String resourceGroupName, String resourceName)
getByResourceGroupAsync in interface InnerSupportsGet<OpenShiftManagedClusterInner>resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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.OpenShiftManagedClusterInner getByResourceGroup(String resourceGroupName, String resourceName)
getByResourceGroup in interface InnerSupportsGet<OpenShiftManagedClusterInner>resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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<OpenShiftManagedClusterInner> getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, OpenShiftManagedClusterInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.parameters - OpenShift Managed cluster.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<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, OpenShiftManagedClusterInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.parameters - OpenShift Managed cluster.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<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> beginCreateOrUpdate(String resourceGroupName, String resourceName, OpenShiftManagedClusterInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.parameters - OpenShift Managed cluster.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<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> beginCreateOrUpdate(String resourceGroupName, String resourceName, OpenShiftManagedClusterInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.parameters - OpenShift Managed cluster.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<OpenShiftManagedClusterInner> createOrUpdateAsync(String resourceGroupName, String resourceName, OpenShiftManagedClusterInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.parameters - OpenShift Managed cluster.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.OpenShiftManagedClusterInner createOrUpdate(String resourceGroupName, String resourceName, OpenShiftManagedClusterInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.parameters - OpenShift Managed cluster.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.OpenShiftManagedClusterInner createOrUpdate(String resourceGroupName, String resourceName, OpenShiftManagedClusterInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.parameters - OpenShift Managed cluster.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>>> updateTagsWithResponseAsync(String resourceGroupName, String resourceName, Map<String,String> tags)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.tags - Resource tags.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<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> beginUpdateTagsAsync(String resourceGroupName, String resourceName, Map<String,String> tags)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.tags - Resource tags.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<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> beginUpdateTags(String resourceGroupName, String resourceName, Map<String,String> tags)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.tags - Resource tags.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<OpenShiftManagedClusterInner>,OpenShiftManagedClusterInner> beginUpdateTags(String resourceGroupName, String resourceName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.tags - Resource tags.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<OpenShiftManagedClusterInner> updateTagsAsync(String resourceGroupName, String resourceName, Map<String,String> tags)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.tags - Resource tags.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<OpenShiftManagedClusterInner> updateTagsAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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.OpenShiftManagedClusterInner updateTags(String resourceGroupName, String resourceName, Map<String,String> tags)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.tags - Resource tags.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.OpenShiftManagedClusterInner updateTags(String resourceGroupName, String resourceName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift managed cluster resource.tags - Resource tags.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.OpenShiftManagedClusterInner updateTags(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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<Void> deleteAsync(String resourceGroupName, String resourceName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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.void delete(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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.void delete(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the OpenShift 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.