Uses of Class
com.azure.resourcemanager.network.models.VpnPacketCaptureStopParameters
Packages that use VpnPacketCaptureStopParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnPacketCaptureStopParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type VpnPacketCaptureStopParametersModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionsClient.beginStopPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway connection in the specified resource group.VirtualNetworkGatewayConnectionsClient.beginStopPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters parameters, com.azure.core.util.Context context) Stops packet capture on virtual network gateway connection in the specified resource group.VirtualNetworkGatewaysClient.beginStopPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.beginStopPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStopParameters parameters, com.azure.core.util.Context context) Stops packet capture on virtual network gateway in the specified resource group.VirtualNetworkGatewayConnectionsClient.beginStopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway connection in the specified resource group.VirtualNetworkGatewaysClient.beginStopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway in the specified resource group.VirtualNetworkGatewayConnectionsClient.stopPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway connection in the specified resource group.VirtualNetworkGatewayConnectionsClient.stopPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters parameters, com.azure.core.util.Context context) Stops packet capture on virtual network gateway connection in the specified resource group.VirtualNetworkGatewaysClient.stopPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway in the specified resource group.VirtualNetworkGatewaysClient.stopPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStopParameters parameters, com.azure.core.util.Context context) Stops packet capture on virtual network gateway in the specified resource group.VirtualNetworkGatewayConnectionsClient.stopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway connection in the specified resource group.VirtualNetworkGatewaysClient.stopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualNetworkGatewayConnectionsClient.stopPacketCaptureWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway connection in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualNetworkGatewaysClient.stopPacketCaptureWithResponseAsync(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway in the specified resource group. -
Uses of VpnPacketCaptureStopParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnPacketCaptureStopParametersModifier and TypeMethodDescriptionVpnPacketCaptureStopParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnPacketCaptureStopParameters from the JsonReader.VpnPacketCaptureStopParameters.withSasUrl(String sasUrl) Set the sasUrl property: SAS url for packet capture on virtual network gateway.