Uses of Class
com.azure.resourcemanager.network.models.VpnConnectionPacketCaptureStopParameters
Packages that use VpnConnectionPacketCaptureStopParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnConnectionPacketCaptureStopParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type VpnConnectionPacketCaptureStopParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VpnConnectionsClient.beginStopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters, com.azure.core.util.Context context) Stops 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.beginStopPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters) Stops packet capture on Vpn connection in the specified resource group.VpnConnectionsClient.stopPacketCapture(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters, com.azure.core.util.Context context) Stops packet capture on Vpn connection in the specified resource group.VpnConnectionsClient.stopPacketCaptureAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters) Stops packet capture on Vpn connection in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VpnConnectionsClient.stopPacketCaptureWithResponseAsync(String resourceGroupName, String gatewayName, String vpnConnectionName, VpnConnectionPacketCaptureStopParameters parameters) Stops packet capture on Vpn connection in the specified resource group. -
Uses of VpnConnectionPacketCaptureStopParameters in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VpnConnectionPacketCaptureStopParametersModifier and TypeClassDescriptionfinal classVpn Connection packet capture parameters supplied to stop packet capture on gateway connection.Methods in com.azure.resourcemanager.network.models that return VpnConnectionPacketCaptureStopParametersModifier and TypeMethodDescriptionVpnConnectionPacketCaptureStopParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnConnectionPacketCaptureStopParameters from the JsonReader.VpnConnectionPacketCaptureStopParameters.withLinkConnectionNames(List<String> linkConnectionNames) Set the linkConnectionNames property: List of site link connection names.VpnConnectionPacketCaptureStopParameters.withSasUrl(String sasUrl) Set the sasUrl property: SAS url for packet capture on vpn connection.