| 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 |
|---|---|
VpnGatewayInner |
VpnGatewaysClient.createOrUpdate(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
VpnGatewayInner |
VpnGatewaysClient.createOrUpdate(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters,
com.azure.core.util.Context context)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
VpnGatewayInner |
VpnGatewaysClient.getByResourceGroup(String resourceGroupName,
String gatewayName)
Retrieves the details of a virtual wan vpn gateway.
|
VpnGatewayInner |
VpnGatewaysClient.reset(String resourceGroupName,
String gatewayName)
Resets the primary of the vpn gateway in the specified resource group.
|
VpnGatewayInner |
VpnGatewaysClient.reset(String resourceGroupName,
String gatewayName,
com.azure.core.util.Context context)
Resets the primary of the vpn gateway in the specified resource group.
|
VpnGatewayInner |
VpnGatewaysClient.updateTags(String resourceGroupName,
String gatewayName)
Updates virtual wan vpn gateway tags.
|
VpnGatewayInner |
VpnGatewaysClient.updateTags(String resourceGroupName,
String gatewayName,
Map<String,String> tags)
Updates virtual wan vpn gateway tags.
|
VpnGatewayInner |
VpnGatewaysClient.updateTags(String resourceGroupName,
String gatewayName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates virtual wan vpn gateway tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
VpnGatewaysClient.beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
VpnGatewaysClient.beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters,
com.azure.core.util.Context context)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnGatewayInner>,VpnGatewayInner> |
VpnGatewaysClient.beginCreateOrUpdateAsync(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
VpnGatewayInner |
VpnGatewaysClient.createOrUpdate(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
VpnGatewayInner |
VpnGatewaysClient.createOrUpdate(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters,
com.azure.core.util.Context context)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
Mono<VpnGatewayInner> |
VpnGatewaysClient.createOrUpdateAsync(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VpnGatewaysClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String gatewayName,
VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
|
| Modifier and Type | Method and Description |
|---|---|
VpnGatewayInner |
VpnGatewayInner.withBgpSettings(BgpSettings bgpSettings)
Set the bgpSettings property: Local network gateway's BGP speaker settings.
|
VpnGatewayInner |
VpnGatewayInner.withConnections(List<VpnConnectionInner> connections)
Set the connections property: List of all vpn connections to the gateway.
|
VpnGatewayInner |
VpnGatewayInner.withId(String id)
Set the id property: Resource ID.
|
VpnGatewayInner |
VpnGatewayInner.withIsRoutingPreferenceInternet(Boolean isRoutingPreferenceInternet)
Set the isRoutingPreferenceInternet property: Enable Routing Preference property for the Public IP Interface of
the VpnGateway.
|
VpnGatewayInner |
VpnGatewayInner.withLocation(String location) |
VpnGatewayInner |
VpnGatewayInner.withNatRules(List<VpnGatewayNatRuleInner> natRules)
Set the natRules property: List of all the nat Rules associated with the gateway.
|
VpnGatewayInner |
VpnGatewayInner.withTags(Map<String,String> tags) |
VpnGatewayInner |
VpnGatewayInner.withVirtualHub(com.azure.core.management.SubResource virtualHub)
Set the virtualHub property: The VirtualHub to which the gateway belongs.
|
VpnGatewayInner |
VpnGatewayInner.withVpnGatewayScaleUnit(Integer vpnGatewayScaleUnit)
Set the vpnGatewayScaleUnit property: The scale unit for this vpn gateway.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.