public interface VpnConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnConnectionInner>,VpnConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnConnectionInner>,VpnConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters,
com.azure.core.util.Context context)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnConnectionInner>,VpnConnectionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String gatewayName,
String connectionName)
Deletes a vpn connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String gatewayName,
String connectionName,
com.azure.core.util.Context context)
Deletes a vpn connection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String gatewayName,
String connectionName)
Deletes a vpn connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters,
com.azure.core.util.Context context)
Starts packet capture on Vpn connection in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginStartPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters)
Stops packet capture on Vpn connection in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters,
com.azure.core.util.Context context)
Stops packet capture on Vpn connection in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
beginStopPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters)
Stops packet capture on Vpn connection in the specified resource group.
|
VpnConnectionInner |
createOrUpdate(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
VpnConnectionInner |
createOrUpdate(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters,
com.azure.core.util.Context context)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
Mono<VpnConnectionInner> |
createOrUpdateAsync(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
void |
delete(String resourceGroupName,
String gatewayName,
String connectionName)
Deletes a vpn connection.
|
void |
delete(String resourceGroupName,
String gatewayName,
String connectionName,
com.azure.core.util.Context context)
Deletes a vpn connection.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String gatewayName,
String connectionName)
Deletes a vpn connection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String gatewayName,
String connectionName)
Deletes a vpn connection.
|
VpnConnectionInner |
get(String resourceGroupName,
String gatewayName,
String connectionName)
Retrieves the details of a vpn connection.
|
Mono<VpnConnectionInner> |
getAsync(String resourceGroupName,
String gatewayName,
String connectionName)
Retrieves the details of a vpn connection.
|
com.azure.core.http.rest.Response<VpnConnectionInner> |
getWithResponse(String resourceGroupName,
String gatewayName,
String connectionName,
com.azure.core.util.Context context)
Retrieves the details of a vpn connection.
|
Mono<com.azure.core.http.rest.Response<VpnConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String gatewayName,
String connectionName)
Retrieves the details of a vpn connection.
|
com.azure.core.http.rest.PagedIterable<VpnConnectionInner> |
listByVpnGateway(String resourceGroupName,
String gatewayName)
Retrieves all vpn connections for a particular virtual wan vpn gateway.
|
com.azure.core.http.rest.PagedIterable<VpnConnectionInner> |
listByVpnGateway(String resourceGroupName,
String gatewayName,
com.azure.core.util.Context context)
Retrieves all vpn connections for a particular virtual wan vpn gateway.
|
com.azure.core.http.rest.PagedFlux<VpnConnectionInner> |
listByVpnGatewayAsync(String resourceGroupName,
String gatewayName)
Retrieves all vpn connections for a particular virtual wan vpn gateway.
|
String |
startPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName)
Starts packet capture on Vpn connection in the specified resource group.
|
String |
startPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
|
String |
startPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters,
com.azure.core.util.Context context)
Starts packet capture on Vpn connection in the specified resource group.
|
Mono<String> |
startPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName)
Starts packet capture on Vpn connection in the specified resource group.
|
Mono<String> |
startPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startPacketCaptureWithResponseAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName)
Stops packet capture on Vpn connection in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters)
Stops packet capture on Vpn connection in the specified resource group.
|
String |
stopPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters,
com.azure.core.util.Context context)
Stops packet capture on Vpn connection in the specified resource group.
|
Mono<String> |
stopPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName)
Stops packet capture on Vpn connection in the specified resource group.
|
Mono<String> |
stopPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters)
Stops packet capture on Vpn connection in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
stopPacketCaptureWithResponseAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters)
Stops packet capture on Vpn connection in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<VpnConnectionInner>> getWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.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<VpnConnectionInner> getAsync(String resourceGroupName, String gatewayName, String connectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.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.VpnConnectionInner get(String resourceGroupName, String gatewayName, String connectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.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<VpnConnectionInner> getWithResponse(String resourceGroupName, String gatewayName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the vpn connection.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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.vpnConnectionParameters - Parameters supplied to create or Update a VPN Connection.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<VpnConnectionInner>,VpnConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.vpnConnectionParameters - Parameters supplied to create or Update a VPN Connection.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<VpnConnectionInner>,VpnConnectionInner> beginCreateOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.vpnConnectionParameters - Parameters supplied to create or Update a VPN Connection.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<VpnConnectionInner>,VpnConnectionInner> beginCreateOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.vpnConnectionParameters - Parameters supplied to create or Update a VPN Connection.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<VpnConnectionInner> createOrUpdateAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.vpnConnectionParameters - Parameters supplied to create or Update a VPN Connection.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.VpnConnectionInner createOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.vpnConnectionParameters - Parameters supplied to create or Update a VPN Connection.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.VpnConnectionInner createOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.vpnConnectionParameters - Parameters supplied to create or Update a VPN Connection.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 gatewayName, String connectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.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 gatewayName, String connectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.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 gatewayName, String connectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.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 gatewayName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.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 gatewayName, String connectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.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 gatewayName, String connectionName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.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 gatewayName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the gateway.connectionName - The name of the connection.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 gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to start packet capture on gateway
connection.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> beginStartPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to start packet capture on gateway
connection.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> beginStartPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to start packet capture on gateway
connection.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> beginStartPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to start packet capture on gateway
connection.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> startPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to start packet capture on gateway
connection.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> startPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.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 startPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to start packet capture on gateway
connection.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 startPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.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 startPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStartParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to start packet capture on gateway
connection.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>>> stopPacketCaptureWithResponseAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.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> beginStopPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.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> beginStopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.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> beginStopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.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> stopPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.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> stopPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.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 stopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.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 stopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.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 stopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.gatewayName - The name of the gateway.vpnConnectionName - The name of the vpn connection.parameters - Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.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<VpnConnectionInner> listByVpnGatewayAsync(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the 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<VpnConnectionInner> listByVpnGateway(String resourceGroupName, String gatewayName)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the 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<VpnConnectionInner> listByVpnGateway(String resourceGroupName, String gatewayName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VpnGateway.gatewayName - The name of the 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.Copyright © 2021 Microsoft Corporation. All rights reserved.