public interface VirtualNetworkGatewaysClient extends InnerSupportsGet<VirtualNetworkGatewayInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkGatewayName,
VirtualNetworkGatewayInner parameters)
Creates or updates a virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkGatewayName,
VirtualNetworkGatewayInner parameters,
com.azure.core.util.Context context)
Creates or updates a virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VirtualNetworkGatewayInner parameters)
Creates or updates a virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualNetworkGatewayName)
Deletes the specified virtual network gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Deletes the specified virtual network gateway.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Deletes the specified virtual network gateway.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDisconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName,
String virtualNetworkGatewayName,
List<String> vpnConnectionIds)
Disconnect vpn connections of virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDisconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName,
String virtualNetworkGatewayName,
List<String> vpnConnectionIds,
com.azure.core.util.Context context)
Disconnect vpn connections of virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDisconnectVirtualNetworkGatewayVpnConnectionsAsync(String resourceGroupName,
String virtualNetworkGatewayName,
List<String> vpnConnectionIds)
Disconnect vpn connections of virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginGeneratevpnclientpackage(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginGeneratevpnclientpackage(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters,
com.azure.core.util.Context context)
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginGeneratevpnclientpackageAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginGenerateVpnProfile(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginGenerateVpnProfile(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters,
com.azure.core.util.Context context)
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginGenerateVpnProfileAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayRouteListResultInner>,GatewayRouteListResultInner> |
beginGetAdvertisedRoutes(String resourceGroupName,
String virtualNetworkGatewayName,
String peer)
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayRouteListResultInner>,GatewayRouteListResultInner> |
beginGetAdvertisedRoutes(String resourceGroupName,
String virtualNetworkGatewayName,
String peer,
com.azure.core.util.Context context)
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GatewayRouteListResultInner>,GatewayRouteListResultInner> |
beginGetAdvertisedRoutesAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String peer)
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>,BgpPeerStatusListResultInner> |
beginGetBgpPeerStatus(String resourceGroupName,
String virtualNetworkGatewayName,
String peer)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>,BgpPeerStatusListResultInner> |
beginGetBgpPeerStatus(String resourceGroupName,
String virtualNetworkGatewayName,
String peer,
com.azure.core.util.Context context)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BgpPeerStatusListResultInner>,BgpPeerStatusListResultInner> |
beginGetBgpPeerStatusAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String peer)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayRouteListResultInner>,GatewayRouteListResultInner> |
beginGetLearnedRoutes(String resourceGroupName,
String virtualNetworkGatewayName)
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from
BGP peers.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayRouteListResultInner>,GatewayRouteListResultInner> |
beginGetLearnedRoutes(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from
BGP peers.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GatewayRouteListResultInner>,GatewayRouteListResultInner> |
beginGetLearnedRoutesAsync(String resourceGroupName,
String virtualNetworkGatewayName)
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from
BGP peers.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> |
beginGetVpnclientConnectionHealth(String resourceGroupName,
String virtualNetworkGatewayName)
Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified
resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> |
beginGetVpnclientConnectionHealth(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified
resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> |
beginGetVpnclientConnectionHealthAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified
resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> |
beginGetVpnclientIpsecParameters(String resourceGroupName,
String virtualNetworkGatewayName)
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client
of virtual network gateway in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> |
beginGetVpnclientIpsecParameters(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client
of virtual network gateway in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> |
beginGetVpnclientIpsecParametersAsync(String resourceGroupName,
String virtualNetworkGatewayName)
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client
of virtual network gateway in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginGetVpnProfilePackageUrl(String resourceGroupName,
String virtualNetworkGatewayName)
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginGetVpnProfilePackageUrl(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginGetVpnProfilePackageUrlAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> |
beginReset(String resourceGroupName,
String virtualNetworkGatewayName,
String gatewayVip)
Resets the primary of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> |
beginReset(String resourceGroupName,
String virtualNetworkGatewayName,
String gatewayVip,
com.azure.core.util.Context context)
Resets the primary of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> |
beginResetAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String gatewayVip)
Resets the primary of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginResetVpnClientSharedKey(String resourceGroupName,
String virtualNetworkGatewayName)
Resets the VPN client shared key of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginResetVpnClientSharedKey(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Resets the VPN client shared key of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginResetVpnClientSharedKeyAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Resets the VPN client shared key of the virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> |
beginSetVpnclientIpsecParameters(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientIPsecParametersInner vpnclientIpsecParams)
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network
gateway in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> |
beginSetVpnclientIpsecParameters(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientIPsecParametersInner vpnclientIpsecParams,
com.azure.core.util.Context context)
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network
gateway in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> |
beginSetVpnclientIpsecParametersAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientIPsecParametersInner vpnclientIpsecParams)
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network
gateway in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCapture(String resourceGroupName,
String virtualNetworkGatewayName,
String filterData)
Starts packet capture on virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCapture(String resourceGroupName,
String virtualNetworkGatewayName,
String filterData,
com.azure.core.util.Context context)
Starts packet capture on virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String filterData)
Starts packet capture on virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCapture(String resourceGroupName,
String virtualNetworkGatewayName,
String sasUrl)
Stops packet capture on virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCapture(String resourceGroupName,
String virtualNetworkGatewayName,
String sasUrl,
com.azure.core.util.Context context)
Stops packet capture on virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String sasUrl)
Stops packet capture on virtual network gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> |
beginUpdateTags(String resourceGroupName,
String virtualNetworkGatewayName,
Map<String,String> tags)
Updates a virtual network gateway tags.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> |
beginUpdateTags(String resourceGroupName,
String virtualNetworkGatewayName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates a virtual network gateway tags.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> |
beginUpdateTagsAsync(String resourceGroupName,
String virtualNetworkGatewayName,
Map<String,String> tags)
Updates a virtual network gateway tags.
|
VirtualNetworkGatewayInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkGatewayName,
VirtualNetworkGatewayInner parameters)
Creates or updates a virtual network gateway in the specified resource group.
|
VirtualNetworkGatewayInner |
createOrUpdate(String resourceGroupName,
String virtualNetworkGatewayName,
VirtualNetworkGatewayInner parameters,
com.azure.core.util.Context context)
Creates or updates a virtual network gateway in the specified resource group.
|
Mono<VirtualNetworkGatewayInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VirtualNetworkGatewayInner parameters)
Creates or updates a virtual network gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VirtualNetworkGatewayInner parameters)
Creates or updates a virtual network gateway in the specified resource group.
|
void |
delete(String resourceGroupName,
String virtualNetworkGatewayName)
Deletes the specified virtual network gateway.
|
void |
delete(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Deletes the specified virtual network gateway.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Deletes the specified virtual network gateway.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Deletes the specified virtual network gateway.
|
void |
disconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName,
String virtualNetworkGatewayName)
Disconnect vpn connections of virtual network gateway in the specified resource group.
|
void |
disconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName,
String virtualNetworkGatewayName,
List<String> vpnConnectionIds)
Disconnect vpn connections of virtual network gateway in the specified resource group.
|
void |
disconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName,
String virtualNetworkGatewayName,
List<String> vpnConnectionIds,
com.azure.core.util.Context context)
Disconnect vpn connections of virtual network gateway in the specified resource group.
|
Mono<Void> |
disconnectVirtualNetworkGatewayVpnConnectionsAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Disconnect vpn connections of virtual network gateway in the specified resource group.
|
Mono<Void> |
disconnectVirtualNetworkGatewayVpnConnectionsAsync(String resourceGroupName,
String virtualNetworkGatewayName,
List<String> vpnConnectionIds)
Disconnect vpn connections of virtual network gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
disconnectVirtualNetworkGatewayVpnConnectionsWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
List<String> vpnConnectionIds)
Disconnect vpn connections of virtual network gateway in the specified resource group.
|
String |
generatevpnclientpackage(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.
|
String |
generatevpnclientpackage(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters,
com.azure.core.util.Context context)
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.
|
Mono<String> |
generatevpnclientpackageAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
generatevpnclientpackageWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN client package for P2S client of the virtual network gateway in the specified resource group.
|
String |
generateVpnProfile(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
String |
generateVpnProfile(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters,
com.azure.core.util.Context context)
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
Mono<String> |
generateVpnProfileAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
generateVpnProfileWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientParameters parameters)
Generates VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
GatewayRouteListResultInner |
getAdvertisedRoutes(String resourceGroupName,
String virtualNetworkGatewayName,
String peer)
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
GatewayRouteListResultInner |
getAdvertisedRoutes(String resourceGroupName,
String virtualNetworkGatewayName,
String peer,
com.azure.core.util.Context context)
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
Mono<GatewayRouteListResultInner> |
getAdvertisedRoutesAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String peer)
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getAdvertisedRoutesWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String peer)
This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer.
|
BgpPeerStatusListResultInner |
getBgpPeerStatus(String resourceGroupName,
String virtualNetworkGatewayName)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
BgpPeerStatusListResultInner |
getBgpPeerStatus(String resourceGroupName,
String virtualNetworkGatewayName,
String peer)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
BgpPeerStatusListResultInner |
getBgpPeerStatus(String resourceGroupName,
String virtualNetworkGatewayName,
String peer,
com.azure.core.util.Context context)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
Mono<BgpPeerStatusListResultInner> |
getBgpPeerStatusAsync(String resourceGroupName,
String virtualNetworkGatewayName)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
Mono<BgpPeerStatusListResultInner> |
getBgpPeerStatusAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String peer)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getBgpPeerStatusWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String peer)
The GetBgpPeerStatus operation retrieves the status of all BGP peers.
|
VirtualNetworkGatewayInner |
getByResourceGroup(String resourceGroupName,
String virtualNetworkGatewayName)
Gets the specified virtual network gateway by resource group.
|
Mono<VirtualNetworkGatewayInner> |
getByResourceGroupAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Gets the specified virtual network gateway by resource group.
|
com.azure.core.http.rest.Response<VirtualNetworkGatewayInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Gets the specified virtual network gateway by resource group.
|
Mono<com.azure.core.http.rest.Response<VirtualNetworkGatewayInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Gets the specified virtual network gateway by resource group.
|
GatewayRouteListResultInner |
getLearnedRoutes(String resourceGroupName,
String virtualNetworkGatewayName)
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from
BGP peers.
|
GatewayRouteListResultInner |
getLearnedRoutes(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from
BGP peers.
|
Mono<GatewayRouteListResultInner> |
getLearnedRoutesAsync(String resourceGroupName,
String virtualNetworkGatewayName)
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from
BGP peers.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getLearnedRoutesWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName)
This operation retrieves a list of routes the virtual network gateway has learned, including routes learned from
BGP peers.
|
VpnClientConnectionHealthDetailListResultInner |
getVpnclientConnectionHealth(String resourceGroupName,
String virtualNetworkGatewayName)
Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified
resource group.
|
VpnClientConnectionHealthDetailListResultInner |
getVpnclientConnectionHealth(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified
resource group.
|
Mono<VpnClientConnectionHealthDetailListResultInner> |
getVpnclientConnectionHealthAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified
resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getVpnclientConnectionHealthWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Get VPN client connection health detail per P2S client connection of the virtual network gateway in the specified
resource group.
|
VpnClientIPsecParametersInner |
getVpnclientIpsecParameters(String resourceGroupName,
String virtualNetworkGatewayName)
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client
of virtual network gateway in the specified resource group through Network resource provider.
|
VpnClientIPsecParametersInner |
getVpnclientIpsecParameters(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client
of virtual network gateway in the specified resource group through Network resource provider.
|
Mono<VpnClientIPsecParametersInner> |
getVpnclientIpsecParametersAsync(String resourceGroupName,
String virtualNetworkGatewayName)
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client
of virtual network gateway in the specified resource group through Network resource provider.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getVpnclientIpsecParametersWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName)
The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client
of virtual network gateway in the specified resource group through Network resource provider.
|
String |
getVpnProfilePackageUrl(String resourceGroupName,
String virtualNetworkGatewayName)
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
String |
getVpnProfilePackageUrl(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
Mono<String> |
getVpnProfilePackageUrlAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getVpnProfilePackageUrlWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayInner> |
listByResourceGroup(String resourceGroupName)
Gets all virtual network gateways by resource group.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all virtual network gateways by resource group.
|
com.azure.core.http.rest.PagedFlux<VirtualNetworkGatewayInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all virtual network gateways by resource group.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayConnectionListEntityInner> |
listConnections(String resourceGroupName,
String virtualNetworkGatewayName)
Gets all the connections in a virtual network gateway.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkGatewayConnectionListEntityInner> |
listConnections(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Gets all the connections in a virtual network gateway.
|
com.azure.core.http.rest.PagedFlux<VirtualNetworkGatewayConnectionListEntityInner> |
listConnectionsAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Gets all the connections in a virtual network gateway.
|
VirtualNetworkGatewayInner |
reset(String resourceGroupName,
String virtualNetworkGatewayName)
Resets the primary of the virtual network gateway in the specified resource group.
|
VirtualNetworkGatewayInner |
reset(String resourceGroupName,
String virtualNetworkGatewayName,
String gatewayVip)
Resets the primary of the virtual network gateway in the specified resource group.
|
VirtualNetworkGatewayInner |
reset(String resourceGroupName,
String virtualNetworkGatewayName,
String gatewayVip,
com.azure.core.util.Context context)
Resets the primary of the virtual network gateway in the specified resource group.
|
Mono<VirtualNetworkGatewayInner> |
resetAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Resets the primary of the virtual network gateway in the specified resource group.
|
Mono<VirtualNetworkGatewayInner> |
resetAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String gatewayVip)
Resets the primary of the virtual network gateway in the specified resource group.
|
void |
resetVpnClientSharedKey(String resourceGroupName,
String virtualNetworkGatewayName)
Resets the VPN client shared key of the virtual network gateway in the specified resource group.
|
void |
resetVpnClientSharedKey(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Resets the VPN client shared key of the virtual network gateway in the specified resource group.
|
Mono<Void> |
resetVpnClientSharedKeyAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Resets the VPN client shared key of the virtual network gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
resetVpnClientSharedKeyWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Resets the VPN client shared key of the virtual network gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
resetWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String gatewayVip)
Resets the primary of the virtual network gateway in the specified resource group.
|
VpnClientIPsecParametersInner |
setVpnclientIpsecParameters(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientIPsecParametersInner vpnclientIpsecParams)
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network
gateway in the specified resource group through Network resource provider.
|
VpnClientIPsecParametersInner |
setVpnclientIpsecParameters(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientIPsecParametersInner vpnclientIpsecParams,
com.azure.core.util.Context context)
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network
gateway in the specified resource group through Network resource provider.
|
Mono<VpnClientIPsecParametersInner> |
setVpnclientIpsecParametersAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientIPsecParametersInner vpnclientIpsecParams)
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network
gateway in the specified resource group through Network resource provider.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
setVpnclientIpsecParametersWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
VpnClientIPsecParametersInner vpnclientIpsecParams)
The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network
gateway in the specified resource group through Network resource provider.
|
String |
startPacketCapture(String resourceGroupName,
String virtualNetworkGatewayName)
Starts packet capture on virtual network gateway in the specified resource group.
|
String |
startPacketCapture(String resourceGroupName,
String virtualNetworkGatewayName,
String filterData)
Starts packet capture on virtual network gateway in the specified resource group.
|
String |
startPacketCapture(String resourceGroupName,
String virtualNetworkGatewayName,
String filterData,
com.azure.core.util.Context context)
Starts packet capture on virtual network gateway in the specified resource group.
|
Mono<String> |
startPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Starts packet capture on virtual network gateway in the specified resource group.
|
Mono<String> |
startPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String filterData)
Starts packet capture on virtual network gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startPacketCaptureWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String filterData)
Starts packet capture on virtual network gateway in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String virtualNetworkGatewayName)
Stops packet capture on virtual network gateway in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String virtualNetworkGatewayName,
String sasUrl)
Stops packet capture on virtual network gateway in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String virtualNetworkGatewayName,
String sasUrl,
com.azure.core.util.Context context)
Stops packet capture on virtual network gateway in the specified resource group.
|
Mono<String> |
stopPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Stops packet capture on virtual network gateway in the specified resource group.
|
Mono<String> |
stopPacketCaptureAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String sasUrl)
Stops packet capture on virtual network gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
stopPacketCaptureWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
String sasUrl)
Stops packet capture on virtual network gateway in the specified resource group.
|
String |
supportedVpnDevices(String resourceGroupName,
String virtualNetworkGatewayName)
Gets a xml format representation for supported vpn devices.
|
Mono<String> |
supportedVpnDevicesAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Gets a xml format representation for supported vpn devices.
|
com.azure.core.http.rest.Response<String> |
supportedVpnDevicesWithResponse(String resourceGroupName,
String virtualNetworkGatewayName,
com.azure.core.util.Context context)
Gets a xml format representation for supported vpn devices.
|
Mono<com.azure.core.http.rest.Response<String>> |
supportedVpnDevicesWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Gets a xml format representation for supported vpn devices.
|
VirtualNetworkGatewayInner |
updateTags(String resourceGroupName,
String virtualNetworkGatewayName)
Updates a virtual network gateway tags.
|
VirtualNetworkGatewayInner |
updateTags(String resourceGroupName,
String virtualNetworkGatewayName,
Map<String,String> tags)
Updates a virtual network gateway tags.
|
VirtualNetworkGatewayInner |
updateTags(String resourceGroupName,
String virtualNetworkGatewayName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates a virtual network gateway tags.
|
Mono<VirtualNetworkGatewayInner> |
updateTagsAsync(String resourceGroupName,
String virtualNetworkGatewayName)
Updates a virtual network gateway tags.
|
Mono<VirtualNetworkGatewayInner> |
updateTagsAsync(String resourceGroupName,
String virtualNetworkGatewayName,
Map<String,String> tags)
Updates a virtual network gateway tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateTagsWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayName,
Map<String,String> tags)
Updates a virtual network gateway tags.
|
String |
vpnDeviceConfigurationScript(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VpnDeviceScriptParameters parameters)
Gets a xml format representation for vpn device configuration script.
|
Mono<String> |
vpnDeviceConfigurationScriptAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VpnDeviceScriptParameters parameters)
Gets a xml format representation for vpn device configuration script.
|
com.azure.core.http.rest.Response<String> |
vpnDeviceConfigurationScriptWithResponse(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VpnDeviceScriptParameters parameters,
com.azure.core.util.Context context)
Gets a xml format representation for vpn device configuration script.
|
Mono<com.azure.core.http.rest.Response<String>> |
vpnDeviceConfigurationScriptWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
VpnDeviceScriptParameters parameters)
Gets a xml format representation for vpn device configuration script.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, VirtualNetworkGatewayInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to create or update virtual network gateway 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<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualNetworkGatewayName, VirtualNetworkGatewayInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to create or update virtual network gateway 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<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> beginCreateOrUpdate(String resourceGroupName, String virtualNetworkGatewayName, VirtualNetworkGatewayInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to create or update virtual network gateway 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<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> beginCreateOrUpdate(String resourceGroupName, String virtualNetworkGatewayName, VirtualNetworkGatewayInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to create or update virtual network gateway 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<VirtualNetworkGatewayInner> createOrUpdateAsync(String resourceGroupName, String virtualNetworkGatewayName, VirtualNetworkGatewayInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to create or update virtual network gateway 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.VirtualNetworkGatewayInner createOrUpdate(String resourceGroupName, String virtualNetworkGatewayName, VirtualNetworkGatewayInner parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to create or update virtual network gateway 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.VirtualNetworkGatewayInner createOrUpdate(String resourceGroupName, String virtualNetworkGatewayName, VirtualNetworkGatewayInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to create or update virtual network gateway 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<VirtualNetworkGatewayInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<VirtualNetworkGatewayInner> getByResourceGroupAsync(String resourceGroupName, String virtualNetworkGatewayName)
getByResourceGroupAsync in interface InnerSupportsGet<VirtualNetworkGatewayInner>resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.VirtualNetworkGatewayInner getByResourceGroup(String resourceGroupName, String virtualNetworkGatewayName)
getByResourceGroup in interface InnerSupportsGet<VirtualNetworkGatewayInner>resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Response<VirtualNetworkGatewayInner> getByResourceGroupWithResponse(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<Void> deleteAsync(String resourceGroupName, String virtualNetworkGatewayName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.void delete(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.void delete(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateTagsWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, Map<String,String> tags)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.tags - Resource tags.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<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> beginUpdateTagsAsync(String resourceGroupName, String virtualNetworkGatewayName, Map<String,String> tags)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.tags - Resource tags.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<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> beginUpdateTags(String resourceGroupName, String virtualNetworkGatewayName, Map<String,String> tags)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.tags - Resource tags.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<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> beginUpdateTags(String resourceGroupName, String virtualNetworkGatewayName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.tags - Resource tags.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<VirtualNetworkGatewayInner> updateTagsAsync(String resourceGroupName, String virtualNetworkGatewayName, Map<String,String> tags)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.tags - Resource tags.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<VirtualNetworkGatewayInner> updateTagsAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.VirtualNetworkGatewayInner updateTags(String resourceGroupName, String virtualNetworkGatewayName, Map<String,String> tags)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.tags - Resource tags.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.VirtualNetworkGatewayInner updateTags(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.VirtualNetworkGatewayInner updateTags(String resourceGroupName, String virtualNetworkGatewayName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.tags - Resource tags.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<VirtualNetworkGatewayInner> listByResourceGroupAsync(String resourceGroupName)
resourceGroupName - The name of the resource group.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<VirtualNetworkGatewayInner> listByResourceGroup(String resourceGroupName)
resourceGroupName - The name of the resource group.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<VirtualNetworkGatewayInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.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<VirtualNetworkGatewayConnectionListEntityInner> listConnectionsAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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<VirtualNetworkGatewayConnectionListEntityInner> listConnections(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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<VirtualNetworkGatewayConnectionListEntityInner> listConnections(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> resetWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, String gatewayVip)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.gatewayVip - Virtual network gateway vip address supplied to the begin reset of the active-active feature
enabled 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> beginResetAsync(String resourceGroupName, String virtualNetworkGatewayName, String gatewayVip)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.gatewayVip - Virtual network gateway vip address supplied to the begin reset of the active-active feature
enabled 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> beginReset(String resourceGroupName, String virtualNetworkGatewayName, String gatewayVip)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.gatewayVip - Virtual network gateway vip address supplied to the begin reset of the active-active feature
enabled 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkGatewayInner>,VirtualNetworkGatewayInner> beginReset(String resourceGroupName, String virtualNetworkGatewayName, String gatewayVip, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.gatewayVip - Virtual network gateway vip address supplied to the begin reset of the active-active feature
enabled 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.Mono<VirtualNetworkGatewayInner> resetAsync(String resourceGroupName, String virtualNetworkGatewayName, String gatewayVip)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.gatewayVip - Virtual network gateway vip address supplied to the begin reset of the active-active feature
enabled 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.Mono<VirtualNetworkGatewayInner> resetAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.VirtualNetworkGatewayInner reset(String resourceGroupName, String virtualNetworkGatewayName, String gatewayVip)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.gatewayVip - Virtual network gateway vip address supplied to the begin reset of the active-active feature
enabled 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.VirtualNetworkGatewayInner reset(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.VirtualNetworkGatewayInner reset(String resourceGroupName, String virtualNetworkGatewayName, String gatewayVip, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.gatewayVip - Virtual network gateway vip address supplied to the begin reset of the active-active feature
enabled 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> resetVpnClientSharedKeyWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginResetVpnClientSharedKeyAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginResetVpnClientSharedKey(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginResetVpnClientSharedKey(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<Void> resetVpnClientSharedKeyAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.void resetVpnClientSharedKey(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.void resetVpnClientSharedKey(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> generatevpnclientpackageWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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<String>,String> beginGeneratevpnclientpackageAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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<String>,String> beginGeneratevpnclientpackage(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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<String>,String> beginGeneratevpnclientpackage(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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<String> generatevpnclientpackageAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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.String generatevpnclientpackage(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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.String generatevpnclientpackage(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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<Flux<ByteBuffer>>> generateVpnProfileWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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<String>,String> beginGenerateVpnProfileAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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<String>,String> beginGenerateVpnProfile(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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<String>,String> beginGenerateVpnProfile(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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<String> generateVpnProfileAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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.String generateVpnProfile(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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.String generateVpnProfile(String resourceGroupName, String virtualNetworkGatewayName, VpnClientParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.parameters - Parameters supplied to the generate virtual network gateway VPN client package 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<Flux<ByteBuffer>>> getVpnProfilePackageUrlWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> beginGetVpnProfilePackageUrlAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> beginGetVpnProfilePackageUrl(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> beginGetVpnProfilePackageUrl(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<String> getVpnProfilePackageUrlAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.String getVpnProfilePackageUrl(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.String getVpnProfilePackageUrl(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getBgpPeerStatusWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, String peer)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer to retrieve the status of.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<BgpPeerStatusListResultInner>,BgpPeerStatusListResultInner> beginGetBgpPeerStatusAsync(String resourceGroupName, String virtualNetworkGatewayName, String peer)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer to retrieve the status of.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<BgpPeerStatusListResultInner>,BgpPeerStatusListResultInner> beginGetBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName, String peer)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer to retrieve the status of.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<BgpPeerStatusListResultInner>,BgpPeerStatusListResultInner> beginGetBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName, String peer, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer to retrieve the status of.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<BgpPeerStatusListResultInner> getBgpPeerStatusAsync(String resourceGroupName, String virtualNetworkGatewayName, String peer)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer to retrieve the status of.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<BgpPeerStatusListResultInner> getBgpPeerStatusAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.BgpPeerStatusListResultInner getBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName, String peer)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer to retrieve the status of.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.BgpPeerStatusListResultInner getBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.BgpPeerStatusListResultInner getBgpPeerStatus(String resourceGroupName, String virtualNetworkGatewayName, String peer, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer to retrieve the status of.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<String>> supportedVpnDevicesWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<String> supportedVpnDevicesAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.String supportedVpnDevices(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Response<String> supportedVpnDevicesWithResponse(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getLearnedRoutesWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GatewayRouteListResultInner>,GatewayRouteListResultInner> beginGetLearnedRoutesAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayRouteListResultInner>,GatewayRouteListResultInner> beginGetLearnedRoutes(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayRouteListResultInner>,GatewayRouteListResultInner> beginGetLearnedRoutes(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<GatewayRouteListResultInner> getLearnedRoutesAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.GatewayRouteListResultInner getLearnedRoutes(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.GatewayRouteListResultInner getLearnedRoutes(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> getAdvertisedRoutesWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, String peer)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer.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<GatewayRouteListResultInner>,GatewayRouteListResultInner> beginGetAdvertisedRoutesAsync(String resourceGroupName, String virtualNetworkGatewayName, String peer)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer.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<GatewayRouteListResultInner>,GatewayRouteListResultInner> beginGetAdvertisedRoutes(String resourceGroupName, String virtualNetworkGatewayName, String peer)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer.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<GatewayRouteListResultInner>,GatewayRouteListResultInner> beginGetAdvertisedRoutes(String resourceGroupName, String virtualNetworkGatewayName, String peer, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer.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<GatewayRouteListResultInner> getAdvertisedRoutesAsync(String resourceGroupName, String virtualNetworkGatewayName, String peer)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer.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.GatewayRouteListResultInner getAdvertisedRoutes(String resourceGroupName, String virtualNetworkGatewayName, String peer)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer.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.GatewayRouteListResultInner getAdvertisedRoutes(String resourceGroupName, String virtualNetworkGatewayName, String peer, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.peer - The IP address of the peer.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>>> setVpnclientIpsecParametersWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientIPsecParametersInner vpnclientIpsecParams)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnclientIpsecParams - Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network
Gateway P2S client operation through Network resource provider.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<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> beginSetVpnclientIpsecParametersAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientIPsecParametersInner vpnclientIpsecParams)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnclientIpsecParams - Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network
Gateway P2S client operation through Network resource provider.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<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> beginSetVpnclientIpsecParameters(String resourceGroupName, String virtualNetworkGatewayName, VpnClientIPsecParametersInner vpnclientIpsecParams)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnclientIpsecParams - Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network
Gateway P2S client operation through Network resource provider.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<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> beginSetVpnclientIpsecParameters(String resourceGroupName, String virtualNetworkGatewayName, VpnClientIPsecParametersInner vpnclientIpsecParams, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnclientIpsecParams - Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network
Gateway P2S client operation through Network resource provider.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<VpnClientIPsecParametersInner> setVpnclientIpsecParametersAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnClientIPsecParametersInner vpnclientIpsecParams)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnclientIpsecParams - Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network
Gateway P2S client operation through Network resource provider.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.VpnClientIPsecParametersInner setVpnclientIpsecParameters(String resourceGroupName, String virtualNetworkGatewayName, VpnClientIPsecParametersInner vpnclientIpsecParams)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnclientIpsecParams - Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network
Gateway P2S client operation through Network resource provider.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.VpnClientIPsecParametersInner setVpnclientIpsecParameters(String resourceGroupName, String virtualNetworkGatewayName, VpnClientIPsecParametersInner vpnclientIpsecParams, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnclientIpsecParams - Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network
Gateway P2S client operation through Network resource provider.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>>> getVpnclientIpsecParametersWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The virtual network gateway name.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<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> beginGetVpnclientIpsecParametersAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The virtual network gateway name.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<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> beginGetVpnclientIpsecParameters(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The virtual network gateway name.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<VpnClientIPsecParametersInner>,VpnClientIPsecParametersInner> beginGetVpnclientIpsecParameters(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The virtual network gateway name.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<VpnClientIPsecParametersInner> getVpnclientIpsecParametersAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The virtual network gateway name.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.VpnClientIPsecParametersInner getVpnclientIpsecParameters(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The virtual network gateway name.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.VpnClientIPsecParametersInner getVpnclientIpsecParameters(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The virtual network gateway name.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<String>> vpnDeviceConfigurationScriptWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection for which the
configuration script is generated.parameters - Parameters supplied to the generate vpn device script 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<String> vpnDeviceConfigurationScriptAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection for which the
configuration script is generated.parameters - Parameters supplied to the generate vpn device script 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.String vpnDeviceConfigurationScript(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection for which the
configuration script is generated.parameters - Parameters supplied to the generate vpn device script 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.Response<String> vpnDeviceConfigurationScriptWithResponse(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnDeviceScriptParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayConnectionName - The name of the virtual network gateway connection for which the
configuration script is generated.parameters - Parameters supplied to the generate vpn device script 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<Flux<ByteBuffer>>> startPacketCaptureWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, String filterData)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.filterData - Start Packet capture parameters.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<String>,String> beginStartPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayName, String filterData)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.filterData - Start Packet capture parameters.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<String>,String> beginStartPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, String filterData)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.filterData - Start Packet capture parameters.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<String>,String> beginStartPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, String filterData, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.filterData - Start Packet capture parameters.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<String> startPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayName, String filterData)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.filterData - Start Packet capture parameters.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<String> startPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.String startPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, String filterData)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.filterData - Start Packet capture parameters.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.String startPacketCapture(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.String startPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, String filterData, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.filterData - Start Packet capture parameters.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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>>> stopPacketCaptureWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, String sasUrl)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.sasUrl - SAS url for packet capture on virtual network gateway.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<String>,String> beginStopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayName, String sasUrl)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.sasUrl - SAS url for packet capture on virtual network gateway.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<String>,String> beginStopPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, String sasUrl)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.sasUrl - SAS url for packet capture on virtual network gateway.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<String>,String> beginStopPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.sasUrl - SAS url for packet capture on virtual network gateway.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<String> stopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayName, String sasUrl)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.sasUrl - SAS url for packet capture on virtual network gateway.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<String> stopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.String stopPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, String sasUrl)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.sasUrl - SAS url for packet capture on virtual network gateway.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.String stopPacketCapture(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.String stopPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.sasUrl - SAS url for packet capture on virtual network gateway.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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>>> getVpnclientConnectionHealthWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> beginGetVpnclientConnectionHealthAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> beginGetVpnclientConnectionHealth(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnClientConnectionHealthDetailListResultInner>,VpnClientConnectionHealthDetailListResultInner> beginGetVpnclientConnectionHealth(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<VpnClientConnectionHealthDetailListResultInner> getVpnclientConnectionHealthAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.VpnClientConnectionHealthDetailListResultInner getVpnclientConnectionHealth(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.VpnClientConnectionHealthDetailListResultInner getVpnclientConnectionHealth(String resourceGroupName, String virtualNetworkGatewayName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> disconnectVirtualNetworkGatewayVpnConnectionsWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, List<String> vpnConnectionIds)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnConnectionIds - List of p2s vpn connection Ids.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> beginDisconnectVirtualNetworkGatewayVpnConnectionsAsync(String resourceGroupName, String virtualNetworkGatewayName, List<String> vpnConnectionIds)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnConnectionIds - List of p2s vpn connection Ids.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> beginDisconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName, String virtualNetworkGatewayName, List<String> vpnConnectionIds)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnConnectionIds - List of p2s vpn connection Ids.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> beginDisconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName, String virtualNetworkGatewayName, List<String> vpnConnectionIds, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnConnectionIds - List of p2s vpn connection Ids.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> disconnectVirtualNetworkGatewayVpnConnectionsAsync(String resourceGroupName, String virtualNetworkGatewayName, List<String> vpnConnectionIds)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnConnectionIds - List of p2s vpn connection Ids.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> disconnectVirtualNetworkGatewayVpnConnectionsAsync(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.void disconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName, String virtualNetworkGatewayName, List<String> vpnConnectionIds)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnConnectionIds - List of p2s vpn connection Ids.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 disconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName, String virtualNetworkGatewayName)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network 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.void disconnectVirtualNetworkGatewayVpnConnections(String resourceGroupName, String virtualNetworkGatewayName, List<String> vpnConnectionIds, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkGatewayName - The name of the virtual network gateway.vpnConnectionIds - List of p2s vpn connection Ids.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.