Uses of Class
com.azure.resourcemanager.network.models.VpnPacketCaptureStartParameters
Packages that use VpnPacketCaptureStartParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnPacketCaptureStartParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type VpnPacketCaptureStartParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewayConnectionsClient.beginStartPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStartParameters parameters, com.azure.core.util.Context context) Starts packet capture on virtual network gateway connection in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginStartPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStartParameters parameters, com.azure.core.util.Context context) Starts packet capture on virtual network gateway in the specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewayConnectionsClient.beginStartPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStartParameters parameters) Starts packet capture on virtual network gateway connection in the specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginStartPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStartParameters parameters) Starts packet capture on virtual network gateway in the specified resource group.VirtualNetworkGatewayConnectionsClient.startPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStartParameters parameters, com.azure.core.util.Context context) Starts packet capture on virtual network gateway connection in the specified resource group.VirtualNetworkGatewaysClient.startPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStartParameters parameters, com.azure.core.util.Context context) Starts packet capture on virtual network gateway in the specified resource group.VirtualNetworkGatewayConnectionsClient.startPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStartParameters parameters) Starts packet capture on virtual network gateway connection in the specified resource group.VirtualNetworkGatewaysClient.startPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStartParameters parameters) Starts packet capture on virtual network gateway in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualNetworkGatewayConnectionsClient.startPacketCaptureWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStartParameters parameters) Starts packet capture on virtual network gateway connection in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualNetworkGatewaysClient.startPacketCaptureWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStartParameters parameters) Starts packet capture on virtual network gateway in the specified resource group. -
Uses of VpnPacketCaptureStartParameters in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VpnPacketCaptureStartParametersModifier and TypeClassDescriptionfinal classStart packet capture parameters on virtual network gateway.Methods in com.azure.resourcemanager.network.models that return VpnPacketCaptureStartParametersModifier and TypeMethodDescriptionVpnPacketCaptureStartParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnPacketCaptureStartParameters from the JsonReader.VpnPacketCaptureStartParameters.withFilterData(String filterData) Set the filterData property: Start Packet capture parameters.