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 TypeMethodDescriptionVpnConnectionsClient.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.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
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.