Uses of Class
com.azure.resourcemanager.network.models.VpnGatewayPacketCaptureStartParameters
Packages that use VpnGatewayPacketCaptureStartParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnGatewayPacketCaptureStartParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type VpnGatewayPacketCaptureStartParametersModifier and TypeMethodDescriptionVpnGatewaysClient.beginStartPacketCapture(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStartParameters parameters, com.azure.core.util.Context context) Starts packet capture on vpn gateway in the specified resource group.VpnGatewaysClient.beginStartPacketCaptureAsync(String resourceGroupName, String gatewayName, VpnGatewayPacketCaptureStartParameters parameters) Starts packet capture on vpn gateway in the specified resource group.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.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. -
Uses of VpnGatewayPacketCaptureStartParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnGatewayPacketCaptureStartParametersModifier and TypeMethodDescriptionVpnGatewayPacketCaptureStartParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnGatewayPacketCaptureStartParameters from the JsonReader.VpnGatewayPacketCaptureStartParameters.withFilterData(String filterData) Set the filterData property: Start Packet capture parameters on vpn gateway.