VpnGatewaysClient Interface
Implements
public interface VpnGatewaysClient
extends InnerSupportsGet<VpnGatewayInner>, InnerSupportsListing<VpnGatewayInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in VpnGatewaysClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a virtual wan vpn gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a virtual wan vpn gateway.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a virtual wan vpn gateway.
Parameters:
Returns:
beginReset
public abstract SyncPoller
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
beginReset
public abstract SyncPoller
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
beginResetAsync
public abstract PollerFlux
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
beginResetAsync
public abstract PollerFlux
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
beginStartPacketCapture
public abstract SyncPoller
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStartPacketCapture
public abstract SyncPoller
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStartPacketCaptureAsync
public abstract PollerFlux
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStartPacketCaptureAsync
public abstract PollerFlux
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStopPacketCapture
public abstract SyncPoller
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStopPacketCapture
public abstract SyncPoller
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStopPacketCaptureAsync
public abstract PollerFlux
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStopPacketCaptureAsync
public abstract PollerFlux
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller
Updates virtual wan vpn gateway tags.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller
Updates virtual wan vpn gateway tags.
Parameters:
Returns:
beginUpdateTagsAsync
public abstract PollerFlux
Updates virtual wan vpn gateway tags.
Parameters:
Returns:
createOrUpdate
public abstract VpnGatewayInner createOrUpdate(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
Parameters:
Returns:
createOrUpdate
public abstract VpnGatewayInner createOrUpdate(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters, Context context)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String gatewayName)
Deletes a virtual wan vpn gateway.
Parameters:
delete
public abstract void delete(String resourceGroupName, String gatewayName, Context context)
Deletes a virtual wan vpn gateway.
Parameters:
deleteAsync
public abstract Mono
Deletes a virtual wan vpn gateway.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a virtual wan vpn gateway.
Parameters:
Returns:
getByResourceGroup
public abstract VpnGatewayInner getByResourceGroup(String resourceGroupName, String gatewayName)
Retrieves the details of a virtual wan vpn gateway.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Retrieves the details of a virtual wan vpn gateway.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Retrieves the details of a virtual wan vpn gateway.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Retrieves the details of a virtual wan vpn gateway.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the VpnGateways in a subscription.
Returns:
list
public abstract PagedIterable
Lists all the VpnGateways in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the VpnGateways in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Lists all the VpnGateways in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Lists all the VpnGateways in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Lists all the VpnGateways in a resource group.
Parameters:
Returns:
reset
public abstract VpnGatewayInner reset(String resourceGroupName, String gatewayName)
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
reset
public abstract VpnGatewayInner reset(String resourceGroupName, String gatewayName, String ipConfigurationId, Context context)
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
resetAsync
public abstract Mono
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
resetAsync
public abstract Mono
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
resetWithResponseAsync
public abstract Mono
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
startPacketCapture
public abstract String startPacketCapture(String resourceGroupName, String gatewayName)
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
startPacketCapture
public abstract String startPacketCapture(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStartParameters parameters, Context context)
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
startPacketCaptureAsync
public abstract Mono
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
startPacketCaptureAsync
public abstract Mono
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
startPacketCaptureWithResponseAsync
public abstract Mono
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
stopPacketCapture
public abstract String stopPacketCapture(String resourceGroupName, String gatewayName)
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
stopPacketCapture
public abstract String stopPacketCapture(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStopParameters parameters, Context context)
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
stopPacketCaptureAsync
public abstract Mono
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
stopPacketCaptureAsync
public abstract Mono
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
stopPacketCaptureWithResponseAsync
public abstract Mono
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
updateTags
public abstract VpnGatewayInner updateTags(String resourceGroupName, String gatewayName, TagsObject vpnGatewayParameters)
Updates virtual wan vpn gateway tags.
Parameters:
Returns:
updateTags
public abstract VpnGatewayInner updateTags(String resourceGroupName, String gatewayName, TagsObject vpnGatewayParameters, Context context)
Updates virtual wan vpn gateway tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono
Updates virtual wan vpn gateway tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates virtual wan vpn gateway tags.
Parameters:
Returns:
Applies to
Azure SDK for Java