| 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.beginStartPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters)
Starts 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.beginStartPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters,
com.azure.core.util.Context context)
Starts 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.beginStartPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
|
String |
VpnConnectionsClient.startPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
|
String |
VpnConnectionsClient.startPacketCapture(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters,
com.azure.core.util.Context context)
Starts packet capture on Vpn connection in the specified resource group.
|
Mono<String> |
VpnConnectionsClient.startPacketCaptureAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VpnConnectionsClient.startPacketCaptureWithResponseAsync(String resourceGroupName,
String gatewayName,
String vpnConnectionName,
VpnConnectionPacketCaptureStartParameters parameters)
Starts packet capture on Vpn connection in the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
VpnConnectionPacketCaptureStartParameters |
VpnConnectionPacketCaptureStartParameters.withFilterData(String filterData)
Set the filterData property: Start Packet capture parameters on vpn connection.
|
VpnConnectionPacketCaptureStartParameters |
VpnConnectionPacketCaptureStartParameters.withLinkConnectionNames(List<String> linkConnectionNames)
Set the linkConnectionNames property: List of site link connection names.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.