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 TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewayConnectionsClient.beginStopPacketCapture(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway connection in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> 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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewaysClient.beginStopPacketCapture(String resourceGroupName, String virtualNetworkGatewayName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>, String> 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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>, String> VirtualNetworkGatewayConnectionsClient.beginStopPacketCaptureAsync(String resourceGroupName, String virtualNetworkGatewayConnectionName, VpnPacketCaptureStopParameters parameters) Stops packet capture on virtual network gateway connection in the specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<String>, String> 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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VpnPacketCaptureStopParametersModifier and TypeClassDescriptionfinal classStop packet capture parameters.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.