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