com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
VpnGatewaysClient.beginStartPacketCapture(String resourceGroupName,
String gatewayName,
VpnGatewayPacketCaptureStartParameters parameters) |
Starts packet capture on vpn gateway in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
VpnGatewaysClient.beginStartPacketCapture(String resourceGroupName,
String gatewayName,
VpnGatewayPacketCaptureStartParameters parameters,
com.azure.core.util.Context context) |
Starts packet capture on vpn gateway in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>,String> |
VpnGatewaysClient.beginStartPacketCaptureAsync(String resourceGroupName,
String gatewayName,
VpnGatewayPacketCaptureStartParameters parameters) |
Starts packet capture on vpn gateway in the specified resource group.
|
String |
VpnGatewaysClient.startPacketCapture(String resourceGroupName,
String gatewayName,
VpnGatewayPacketCaptureStartParameters parameters) |
Starts packet capture on vpn gateway in the specified resource group.
|
String |
VpnGatewaysClient.startPacketCapture(String resourceGroupName,
String gatewayName,
VpnGatewayPacketCaptureStartParameters parameters,
com.azure.core.util.Context context) |
Starts packet capture on vpn gateway in the specified resource group.
|
Mono<String> |
VpnGatewaysClient.startPacketCaptureAsync(String resourceGroupName,
String gatewayName,
VpnGatewayPacketCaptureStartParameters parameters) |
Starts packet capture on vpn gateway in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VpnGatewaysClient.startPacketCaptureWithResponseAsync(String resourceGroupName,
String gatewayName,
VpnGatewayPacketCaptureStartParameters parameters) |
Starts packet capture on vpn gateway in the specified resource group.
|