| 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 |
|---|---|
P2SVpnGatewayInner |
P2SVpnGatewaysClient.createOrUpdate(String resourceGroupName,
String gatewayName,
P2SVpnGatewayInner p2SVpnGatewayParameters)
Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway.
|
P2SVpnGatewayInner |
P2SVpnGatewaysClient.createOrUpdate(String resourceGroupName,
String gatewayName,
P2SVpnGatewayInner p2SVpnGatewayParameters,
com.azure.core.util.Context context)
Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway.
|
P2SVpnGatewayInner |
P2SVpnGatewaysClient.getByResourceGroup(String resourceGroupName,
String gatewayName)
Retrieves the details of a virtual wan p2s vpn gateway.
|
P2SVpnGatewayInner |
P2SVpnGatewaysClient.getP2SVpnConnectionHealth(String resourceGroupName,
String gatewayName)
Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
|
P2SVpnGatewayInner |
P2SVpnGatewaysClient.getP2SVpnConnectionHealth(String resourceGroupName,
String gatewayName,
com.azure.core.util.Context context)
Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.
|
P2SVpnGatewayInner |
P2SVpnGatewaysClient.updateTags(String resourceGroupName,
String gatewayName)
Updates virtual wan p2s vpn gateway tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<P2SVpnGatewayInner>,P2SVpnGatewayInner> |
P2SVpnGatewaysClient.beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
P2SVpnGatewayInner p2SVpnGatewayParameters)
Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<P2SVpnGatewayInner>,P2SVpnGatewayInner> |
P2SVpnGatewaysClient.beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
P2SVpnGatewayInner p2SVpnGatewayParameters,
com.azure.core.util.Context context)
Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<P2SVpnGatewayInner>,P2SVpnGatewayInner> |
P2SVpnGatewaysClient.beginCreateOrUpdateAsync(String resourceGroupName,
String gatewayName,
P2SVpnGatewayInner p2SVpnGatewayParameters)
Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway.
|
P2SVpnGatewayInner |
P2SVpnGatewaysClient.createOrUpdate(String resourceGroupName,
String gatewayName,
P2SVpnGatewayInner p2SVpnGatewayParameters)
Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway.
|
P2SVpnGatewayInner |
P2SVpnGatewaysClient.createOrUpdate(String resourceGroupName,
String gatewayName,
P2SVpnGatewayInner p2SVpnGatewayParameters,
com.azure.core.util.Context context)
Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway.
|
Mono<P2SVpnGatewayInner> |
P2SVpnGatewaysClient.createOrUpdateAsync(String resourceGroupName,
String gatewayName,
P2SVpnGatewayInner p2SVpnGatewayParameters)
Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
P2SVpnGatewaysClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String gatewayName,
P2SVpnGatewayInner p2SVpnGatewayParameters)
Creates a virtual wan p2s vpn gateway if it doesn't exist else updates the existing gateway.
|
| Modifier and Type | Method and Description |
|---|---|
P2SVpnGatewayInner |
P2SVpnGatewayInner.withCustomDnsServers(List<String> customDnsServers)
Set the customDnsServers property: List of all customer specified DNS servers IP addresses.
|
P2SVpnGatewayInner |
P2SVpnGatewayInner.withId(String id)
Set the id property: Resource ID.
|
P2SVpnGatewayInner |
P2SVpnGatewayInner.withP2SConnectionConfigurations(List<P2SConnectionConfiguration> p2SConnectionConfigurations)
Set the p2SConnectionConfigurations property: List of all p2s connection configurations of the gateway.
|
P2SVpnGatewayInner |
P2SVpnGatewayInner.withVirtualHub(com.azure.core.management.SubResource virtualHub)
Set the virtualHub property: The VirtualHub to which the gateway belongs.
|
P2SVpnGatewayInner |
P2SVpnGatewayInner.withVpnGatewayScaleUnit(Integer vpnGatewayScaleUnit)
Set the vpnGatewayScaleUnit property: The scale unit for this p2s vpn gateway.
|
P2SVpnGatewayInner |
P2SVpnGatewayInner.withVpnServerConfiguration(com.azure.core.management.SubResource vpnServerConfiguration)
Set the vpnServerConfiguration property: The VpnServerConfiguration to which the p2sVpnGateway is attached to.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.