| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<String>,String> |
VpnConnectionsClient.beginStopPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters)
Stops packet capture on Vpn connection in the specified resource group.
|
com.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.
|
String |
VpnConnectionsClient.stopPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStopParameters parameters)
Stops packet capture on Vpn connection in the specified resource group.
|
String |
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.
|
Mono<String> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
VpnConnectionPacketCaptureStopParameters |
VpnConnectionPacketCaptureStopParameters.withLinkConnectionNames(List<String> linkConnectionNames)
Set the linkConnectionNames property: List of site link connection names.
|
VpnConnectionPacketCaptureStopParameters |
VpnConnectionPacketCaptureStopParameters.withSasUrl(String sasUrl)
Set the sasUrl property: SAS url for packet capture on vpn connection.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.