Uses of Class
com.azure.resourcemanager.network.models.VpnConnectionPacketCaptureStartParameters
Packages that use VpnConnectionPacketCaptureStartParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnConnectionPacketCaptureStartParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type VpnConnectionPacketCaptureStartParametersModifier and TypeMethodDescriptioncom.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.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.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. -
Uses of VpnConnectionPacketCaptureStartParameters in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VpnConnectionPacketCaptureStartParametersModifier and TypeClassDescriptionfinal classVpn Connection packet capture parameters supplied to start packet capture on gateway connection.Methods in com.azure.resourcemanager.network.models that return VpnConnectionPacketCaptureStartParametersModifier and TypeMethodDescriptionVpnConnectionPacketCaptureStartParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnConnectionPacketCaptureStartParameters from the JsonReader.VpnConnectionPacketCaptureStartParameters.withFilterData(String filterData) Set the filterData property: Start Packet capture parameters on vpn connection.VpnConnectionPacketCaptureStartParameters.withLinkConnectionNames(List<String> linkConnectionNames) Set the linkConnectionNames property: List of site link connection names.