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<PollResult<VpnGatewayInner>,VpnGatewayInner> beginCreateOrUpdate(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<VpnGatewayInner>,VpnGatewayInner> beginCreateOrUpdate(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:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<VpnGatewayInner>,VpnGatewayInner> beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String gatewayName)
Deletes a virtual wan vpn gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String gatewayName, Context context)
Deletes a virtual wan vpn gateway.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String gatewayName)
Deletes a virtual wan vpn gateway.
Parameters:
Returns:
beginReset
public abstract SyncPoller<PollResult<VpnGatewayInner>,VpnGatewayInner> beginReset(String resourceGroupName, String gatewayName)
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
beginReset
public abstract SyncPoller<PollResult<VpnGatewayInner>,VpnGatewayInner> beginReset(String resourceGroupName, String gatewayName, String ipConfigurationId, Context context)
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
beginResetAsync
public abstract PollerFlux<PollResult<VpnGatewayInner>,VpnGatewayInner> beginResetAsync(String resourceGroupName, String gatewayName)
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
beginResetAsync
public abstract PollerFlux<PollResult<VpnGatewayInner>,VpnGatewayInner> beginResetAsync(String resourceGroupName, String gatewayName, String ipConfigurationId)
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
beginStartPacketCapture
public abstract SyncPoller<PollResult<String>,String> beginStartPacketCapture(String resourceGroupName, String gatewayName)
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStartPacketCapture
public abstract SyncPoller<PollResult<String>,String> beginStartPacketCapture(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStartParameters parameters, Context context)
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStartPacketCaptureAsync
public abstract PollerFlux<PollResult<String>,String> beginStartPacketCaptureAsync(String resourceGroupName, String gatewayName)
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStartPacketCaptureAsync
public abstract PollerFlux<PollResult<String>,String> beginStartPacketCaptureAsync(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStartParameters parameters)
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStopPacketCapture
public abstract SyncPoller<PollResult<String>,String> beginStopPacketCapture(String resourceGroupName, String gatewayName)
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStopPacketCapture
public abstract SyncPoller<PollResult<String>,String> beginStopPacketCapture(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStopParameters parameters, Context context)
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStopPacketCaptureAsync
public abstract PollerFlux<PollResult<String>,String> beginStopPacketCaptureAsync(String resourceGroupName, String gatewayName)
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginStopPacketCaptureAsync
public abstract PollerFlux<PollResult<String>,String> beginStopPacketCaptureAsync(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStopParameters parameters)
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller<PollResult<VpnGatewayInner>,VpnGatewayInner> beginUpdateTags(String resourceGroupName, String gatewayName, TagsObject vpnGatewayParameters)
Updates virtual wan vpn gateway tags.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller<PollResult<VpnGatewayInner>,VpnGatewayInner> beginUpdateTags(String resourceGroupName, String gatewayName, TagsObject vpnGatewayParameters, Context context)
Updates virtual wan vpn gateway tags.
Parameters:
Returns:
beginUpdateTagsAsync
public abstract PollerFlux<PollResult<VpnGatewayInner>,VpnGatewayInner> beginUpdateTagsAsync(String resourceGroupName, String gatewayName, TagsObject vpnGatewayParameters)
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<VpnGatewayInner> createOrUpdateAsync(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters)
Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String gatewayName, VpnGatewayInner vpnGatewayParameters)
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<Void> deleteAsync(String resourceGroupName, String gatewayName)
Deletes a virtual wan vpn gateway.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String gatewayName)
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<VpnGatewayInner> getByResourceGroupAsync(String resourceGroupName, String gatewayName)
Retrieves the details of a virtual wan vpn gateway.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<VpnGatewayInner> getByResourceGroupWithResponse(String resourceGroupName, String gatewayName, Context context)
Retrieves the details of a virtual wan vpn gateway.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<VpnGatewayInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String gatewayName)
Retrieves the details of a virtual wan vpn gateway.
Parameters:
Returns:
list
public abstract PagedIterable<VpnGatewayInner> list()
Lists all the VpnGateways in a subscription.
Returns:
list
public abstract PagedIterable<VpnGatewayInner> list(Context context)
Lists all the VpnGateways in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<VpnGatewayInner> listAsync()
Lists all the VpnGateways in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable<VpnGatewayInner> listByResourceGroup(String resourceGroupName)
Lists all the VpnGateways in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<VpnGatewayInner> listByResourceGroup(String resourceGroupName, Context context)
Lists all the VpnGateways in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<VpnGatewayInner> listByResourceGroupAsync(String resourceGroupName)
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<VpnGatewayInner> resetAsync(String resourceGroupName, String gatewayName)
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
resetAsync
public abstract Mono<VpnGatewayInner> resetAsync(String resourceGroupName, String gatewayName, String ipConfigurationId)
Resets the primary of the vpn gateway in the specified resource group.
Parameters:
Returns:
resetWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> resetWithResponseAsync(String resourceGroupName, String gatewayName, String ipConfigurationId)
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<String> startPacketCaptureAsync(String resourceGroupName, String gatewayName)
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
startPacketCaptureAsync
public abstract Mono<String> startPacketCaptureAsync(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStartParameters parameters)
Starts packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
startPacketCaptureWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> startPacketCaptureWithResponseAsync(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStartParameters parameters)
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<String> stopPacketCaptureAsync(String resourceGroupName, String gatewayName)
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
stopPacketCaptureAsync
public abstract Mono<String> stopPacketCaptureAsync(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStopParameters parameters)
Stops packet capture on vpn gateway in the specified resource group.
Parameters:
Returns:
stopPacketCaptureWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> stopPacketCaptureWithResponseAsync(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStopParameters parameters)
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<VpnGatewayInner> updateTagsAsync(String resourceGroupName, String gatewayName, TagsObject vpnGatewayParameters)
Updates virtual wan vpn gateway tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateTagsWithResponseAsync(String resourceGroupName, String gatewayName, TagsObject vpnGatewayParameters)
Updates virtual wan vpn gateway tags.
Parameters:
Returns: