com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
VpnConnectionsClient.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> |
VpnConnectionsClient.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> |
VpnConnectionsClient.beginStartPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters) |
Starts packet capture on Vpn connection in the specified resource group.
|
String |
VpnConnectionsClient.startPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters) |
Starts packet capture on Vpn connection in the specified resource group.
|
String |
VpnConnectionsClient.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> |
VpnConnectionsClient.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>>> |
VpnConnectionsClient.startPacketCaptureWithResponseAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters) |
Starts packet capture on Vpn connection in the specified resource group.
|