| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayPrivateEndpointConnectionInner |
ApplicationGatewayPrivateEndpointConnectionsClient.get(String resourceGroupName,
String applicationGatewayName,
String connectionName)
Gets the specified private endpoint connection on application gateway.
|
ApplicationGatewayPrivateEndpointConnectionInner |
ApplicationGatewayPrivateEndpointConnectionsClient.update(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
|
ApplicationGatewayPrivateEndpointConnectionInner |
ApplicationGatewayPrivateEndpointConnectionsClient.update(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters,
com.azure.core.util.Context context)
Updates the specified private endpoint connection on application gateway.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,ApplicationGatewayPrivateEndpointConnectionInner> |
ApplicationGatewayPrivateEndpointConnectionsClient.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> |
ApplicationGatewayPrivateEndpointConnectionsClient.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> |
ApplicationGatewayPrivateEndpointConnectionsClient.beginUpdateAsync(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
|
ApplicationGatewayPrivateEndpointConnectionInner |
ApplicationGatewayPrivateEndpointConnectionsClient.update(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
|
ApplicationGatewayPrivateEndpointConnectionInner |
ApplicationGatewayPrivateEndpointConnectionsClient.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> |
ApplicationGatewayPrivateEndpointConnectionsClient.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>>> |
ApplicationGatewayPrivateEndpointConnectionsClient.updateWithResponseAsync(String resourceGroupName,
String applicationGatewayName,
String connectionName,
ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayPrivateEndpointConnectionInner |
ApplicationGatewayPrivateEndpointConnectionInner.withId(String id) |
ApplicationGatewayPrivateEndpointConnectionInner |
ApplicationGatewayPrivateEndpointConnectionInner.withName(String name)
Set the name property: Name of the private endpoint connection on an application gateway.
|
ApplicationGatewayPrivateEndpointConnectionInner |
ApplicationGatewayPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection
between service consumer and provider.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.