public interface KubeEnvironmentsClient extends InnerSupportsGet<KubeEnvironmentInner>, InnerSupportsListing<KubeEnvironmentInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<KubeEnvironmentInner>,KubeEnvironmentInner> |
beginCreateOrUpdate(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<KubeEnvironmentInner>,KubeEnvironmentInner> |
beginCreateOrUpdate(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope,
com.azure.core.util.Context context)
Description for Creates or updates a Kubernetes Environment.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<KubeEnvironmentInner>,KubeEnvironmentInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String name)
Description for Delete a Kubernetes Environment.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Delete a Kubernetes Environment.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String name)
Description for Delete a Kubernetes Environment.
|
KubeEnvironmentInner |
createOrUpdate(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
KubeEnvironmentInner |
createOrUpdate(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope,
com.azure.core.util.Context context)
Description for Creates or updates a Kubernetes Environment.
|
Mono<KubeEnvironmentInner> |
createOrUpdateAsync(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String name,
KubeEnvironmentInner kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
void |
delete(String resourceGroupName,
String name)
Description for Delete a Kubernetes Environment.
|
void |
delete(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Delete a Kubernetes Environment.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String name)
Description for Delete a Kubernetes Environment.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String name)
Description for Delete a Kubernetes Environment.
|
KubeEnvironmentInner |
getByResourceGroup(String resourceGroupName,
String name)
Description for Get the properties of a Kubernetes Environment.
|
Mono<KubeEnvironmentInner> |
getByResourceGroupAsync(String resourceGroupName,
String name)
Description for Get the properties of a Kubernetes Environment.
|
com.azure.core.http.rest.Response<KubeEnvironmentInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get the properties of a Kubernetes Environment.
|
Mono<com.azure.core.http.rest.Response<KubeEnvironmentInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String name)
Description for Get the properties of a Kubernetes Environment.
|
com.azure.core.http.rest.PagedIterable<KubeEnvironmentInner> |
list()
Description for Get all Kubernetes Environments for a subscription.
|
com.azure.core.http.rest.PagedIterable<KubeEnvironmentInner> |
list(com.azure.core.util.Context context)
Description for Get all Kubernetes Environments for a subscription.
|
com.azure.core.http.rest.PagedFlux<KubeEnvironmentInner> |
listAsync()
Description for Get all Kubernetes Environments for a subscription.
|
com.azure.core.http.rest.PagedIterable<KubeEnvironmentInner> |
listByResourceGroup(String resourceGroupName)
Description for Get all the Kubernetes Environments in a resource group.
|
com.azure.core.http.rest.PagedIterable<KubeEnvironmentInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Description for Get all the Kubernetes Environments in a resource group.
|
com.azure.core.http.rest.PagedFlux<KubeEnvironmentInner> |
listByResourceGroupAsync(String resourceGroupName)
Description for Get all the Kubernetes Environments in a resource group.
|
KubeEnvironmentInner |
update(String resourceGroupName,
String name,
KubeEnvironmentPatchResource kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
Mono<KubeEnvironmentInner> |
updateAsync(String resourceGroupName,
String name,
KubeEnvironmentPatchResource kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
com.azure.core.http.rest.Response<KubeEnvironmentInner> |
updateWithResponse(String resourceGroupName,
String name,
KubeEnvironmentPatchResource kubeEnvironmentEnvelope,
com.azure.core.util.Context context)
Description for Creates or updates a Kubernetes Environment.
|
Mono<com.azure.core.http.rest.Response<KubeEnvironmentInner>> |
updateWithResponseAsync(String resourceGroupName,
String name,
KubeEnvironmentPatchResource kubeEnvironmentEnvelope)
Description for Creates or updates a Kubernetes Environment.
|
com.azure.core.http.rest.PagedFlux<KubeEnvironmentInner> listAsync()
listAsync in interface InnerSupportsListing<KubeEnvironmentInner>DefaultErrorResponseErrorException - 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<KubeEnvironmentInner> list()
list in interface InnerSupportsListing<KubeEnvironmentInner>DefaultErrorResponseErrorException - 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<KubeEnvironmentInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<KubeEnvironmentInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<KubeEnvironmentInner>resourceGroupName - Name of the resource group to which the resource belongs.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<KubeEnvironmentInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<KubeEnvironmentInner>resourceGroupName - Name of the resource group to which the resource belongs.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<KubeEnvironmentInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<KubeEnvironmentInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<KubeEnvironmentInner> getByResourceGroupAsync(String resourceGroupName, String name)
getByResourceGroupAsync in interface InnerSupportsGet<KubeEnvironmentInner>resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.KubeEnvironmentInner getByResourceGroup(String resourceGroupName, String name)
getByResourceGroup in interface InnerSupportsGet<KubeEnvironmentInner>resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<KubeEnvironmentInner> getByResourceGroupWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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 name, KubeEnvironmentInner kubeEnvironmentEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<KubeEnvironmentInner>,KubeEnvironmentInner> beginCreateOrUpdateAsync(String resourceGroupName, String name, KubeEnvironmentInner kubeEnvironmentEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<KubeEnvironmentInner>,KubeEnvironmentInner> beginCreateOrUpdate(String resourceGroupName, String name, KubeEnvironmentInner kubeEnvironmentEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<KubeEnvironmentInner>,KubeEnvironmentInner> beginCreateOrUpdate(String resourceGroupName, String name, KubeEnvironmentInner kubeEnvironmentEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<KubeEnvironmentInner> createOrUpdateAsync(String resourceGroupName, String name, KubeEnvironmentInner kubeEnvironmentEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.KubeEnvironmentInner createOrUpdate(String resourceGroupName, String name, KubeEnvironmentInner kubeEnvironmentEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.KubeEnvironmentInner createOrUpdate(String resourceGroupName, String name, KubeEnvironmentInner kubeEnvironmentEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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 name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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 name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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 name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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 name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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 name)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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 name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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 name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<KubeEnvironmentInner>> updateWithResponseAsync(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<KubeEnvironmentInner> updateAsync(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.KubeEnvironmentInner update(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<KubeEnvironmentInner> updateWithResponse(String resourceGroupName, String name, KubeEnvironmentPatchResource kubeEnvironmentEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the Kubernetes Environment.kubeEnvironmentEnvelope - Configuration details of the Kubernetes Environment.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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.