public interface PrivateEndpointConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName)
Deletes the private endpoint connection in the specified managed cluster.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Deletes the private endpoint connection in the specified managed cluster.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName)
Deletes the private endpoint connection in the specified managed cluster.
|
void |
delete(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName)
Deletes the private endpoint connection in the specified managed cluster.
|
void |
delete(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Deletes the private endpoint connection in the specified managed cluster.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName)
Deletes the private endpoint connection in the specified managed cluster.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName)
Deletes the private endpoint connection in the specified managed cluster.
|
PrivateEndpointConnectionInner |
get(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName)
Gets the details of the private endpoint connection by managed cluster and resource group.
|
Mono<PrivateEndpointConnectionInner> |
getAsync(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName)
Gets the details of the private endpoint connection by managed cluster and resource group.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
getWithResponse(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Gets the details of the private endpoint connection by managed cluster and resource group.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName)
Gets the details of the private endpoint connection by managed cluster and resource group.
|
PrivateEndpointConnectionListResultInner |
list(String resourceGroupName,
String resourceName)
Gets a list of private endpoint connections in the specified managed cluster.
|
Mono<PrivateEndpointConnectionListResultInner> |
listAsync(String resourceGroupName,
String resourceName)
Gets a list of private endpoint connections in the specified managed cluster.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner> |
listWithResponse(String resourceGroupName,
String resourceName,
com.azure.core.util.Context context)
Gets a list of private endpoint connections in the specified managed cluster.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>> |
listWithResponseAsync(String resourceGroupName,
String resourceName)
Gets a list of private endpoint connections in the specified managed cluster.
|
PrivateEndpointConnectionInner |
update(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Updates a private endpoint connection in the specified managed cluster.
|
Mono<PrivateEndpointConnectionInner> |
updateAsync(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Updates a private endpoint connection in the specified managed cluster.
|
com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> |
updateWithResponse(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters,
com.azure.core.util.Context context)
Updates a private endpoint connection in the specified managed cluster.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> |
updateWithResponseAsync(String resourceGroupName,
String resourceName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner parameters)
Updates a private endpoint connection in the specified managed cluster.
|
Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>> listWithResponseAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateEndpointConnectionListResultInner> listAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateEndpointConnectionListResultInner list(String resourceGroupName, String resourceName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner> listWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.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<PrivateEndpointConnectionInner> getAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.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.PrivateEndpointConnectionInner get(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.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<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String resourceName, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.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<PrivateEndpointConnectionInner>> updateWithResponseAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.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<PrivateEndpointConnectionInner> updateAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.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.PrivateEndpointConnectionInner update(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.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<PrivateEndpointConnectionInner> updateWithResponse(String resourceGroupName, String resourceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.parameters - A private endpoint connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String resourceName, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.resourceName - The name of the managed cluster resource.privateEndpointConnectionName - The name of the private endpoint connection.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.