public interface ApplicationGatewayPrivateEndpointConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String applicationGatewayName,
String connectionName)
Deletes the specified private endpoint connection on application gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String applicationGatewayName,
String connectionName,
com.azure.core.util.Context context)
Deletes the specified private endpoint connection on application gateway.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String applicationGatewayName,
String connectionName)
Deletes the specified private endpoint connection on application gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,ApplicationGatewayPrivateEndpointConnectionInner> |
beginUpdate(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,ApplicationGatewayPrivateEndpointConnectionInner> |
beginUpdate(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters,
com.azure.core.util.Context context)
Updates the specified private endpoint connection on application gateway.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,ApplicationGatewayPrivateEndpointConnectionInner> |
beginUpdateAsync(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
|
void |
delete(String resourceGroupName,
String applicationGatewayName,
String connectionName)
Deletes the specified private endpoint connection on application gateway.
|
void |
delete(String resourceGroupName,
String applicationGatewayName,
String connectionName,
com.azure.core.util.Context context)
Deletes the specified private endpoint connection on application gateway.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String applicationGatewayName,
String connectionName)
Deletes the specified private endpoint connection on application gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String applicationGatewayName,
String connectionName)
Deletes the specified private endpoint connection on application gateway.
|
ApplicationGatewayPrivateEndpointConnectionInner |
get(String resourceGroupName,
String applicationGatewayName,
String connectionName)
Gets the specified private endpoint connection on application gateway.
|
Mono<ApplicationGatewayPrivateEndpointConnectionInner> |
getAsync(String resourceGroupName,
String applicationGatewayName,
String connectionName)
Gets the specified private endpoint connection on application gateway.
|
com.azure.core.http.rest.Response<ApplicationGatewayPrivateEndpointConnectionInner> |
getWithResponse(String resourceGroupName,
String applicationGatewayName,
String connectionName,
com.azure.core.util.Context context)
Gets the specified private endpoint connection on application gateway.
|
Mono<com.azure.core.http.rest.Response<ApplicationGatewayPrivateEndpointConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String applicationGatewayName,
String connectionName)
Gets the specified private endpoint connection on application gateway.
|
com.azure.core.http.rest.PagedIterable<ApplicationGatewayPrivateEndpointConnectionInner> |
list(String resourceGroupName,
String applicationGatewayName)
Lists all private endpoint connections on an application gateway.
|
com.azure.core.http.rest.PagedIterable<ApplicationGatewayPrivateEndpointConnectionInner> |
list(String resourceGroupName,
String applicationGatewayName,
com.azure.core.util.Context context)
Lists all private endpoint connections on an application gateway.
|
com.azure.core.http.rest.PagedFlux<ApplicationGatewayPrivateEndpointConnectionInner> |
listAsync(String resourceGroupName,
String applicationGatewayName)
Lists all private endpoint connections on an application gateway.
|
ApplicationGatewayPrivateEndpointConnectionInner |
update(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
|
ApplicationGatewayPrivateEndpointConnectionInner |
update(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters,
com.azure.core.util.Context context)
Updates the specified private endpoint connection on application gateway.
|
Mono<ApplicationGatewayPrivateEndpointConnectionInner> |
updateAsync(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String applicationGatewayName, String connectionName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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 applicationGatewayName, String connectionName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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 applicationGatewayName, String connectionName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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 applicationGatewayName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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 applicationGatewayName, String connectionName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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 applicationGatewayName, String connectionName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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 applicationGatewayName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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>>> updateWithResponseAsync(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway private endpoint connection.parameters - Parameters supplied to update application gateway private endpoint connection 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,ApplicationGatewayPrivateEndpointConnectionInner> beginUpdateAsync(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway private endpoint connection.parameters - Parameters supplied to update application gateway private endpoint connection 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,ApplicationGatewayPrivateEndpointConnectionInner> beginUpdate(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway private endpoint connection.parameters - Parameters supplied to update application gateway private endpoint connection 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,ApplicationGatewayPrivateEndpointConnectionInner> beginUpdate(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway private endpoint connection.parameters - Parameters supplied to update application gateway private endpoint connection operation.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<ApplicationGatewayPrivateEndpointConnectionInner> updateAsync(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway private endpoint connection.parameters - Parameters supplied to update application gateway private endpoint connection 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.ApplicationGatewayPrivateEndpointConnectionInner update(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway private endpoint connection.parameters - Parameters supplied to update application gateway private endpoint connection 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.ApplicationGatewayPrivateEndpointConnectionInner update(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway private endpoint connection.parameters - Parameters supplied to update application gateway private endpoint connection operation.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<ApplicationGatewayPrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String applicationGatewayName, String connectionName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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<ApplicationGatewayPrivateEndpointConnectionInner> getAsync(String resourceGroupName, String applicationGatewayName, String connectionName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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.ApplicationGatewayPrivateEndpointConnectionInner get(String resourceGroupName, String applicationGatewayName, String connectionName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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<ApplicationGatewayPrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String applicationGatewayName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.connectionName - The name of the application gateway 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.com.azure.core.http.rest.PagedFlux<ApplicationGatewayPrivateEndpointConnectionInner> listAsync(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayPrivateEndpointConnectionInner> list(String resourceGroupName, String applicationGatewayName)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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<ApplicationGatewayPrivateEndpointConnectionInner> list(String resourceGroupName, String applicationGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.applicationGatewayName - The name of the application gateway.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.