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 TypeMethodDescriptionVirtualNetworkGatewayConnectionsClient.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.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.VirtualNetworkGatewayConnectionsClient.beginStartPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStartParameters parameters) Starts packet capture on virtual network gateway connection in the specified resource group.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
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.