com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
VpnConnectionsClient.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> |
VpnConnectionsClient.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> |
VpnConnectionsClient.beginStopPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters) |
Stops packet capture on Vpn connection in the specified resource group.
|
String |
VpnConnectionsClient.stopPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters) |
Stops packet capture on Vpn connection in the specified resource group.
|
String |
VpnConnectionsClient.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> |
VpnConnectionsClient.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>>> |
VpnConnectionsClient.stopPacketCaptureWithResponseAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters) |
Stops packet capture on Vpn connection in the specified resource group.
|