public final class VpnConnectionPacketCaptureStopParameters extends Object
| Constructor and Description |
|---|
VpnConnectionPacketCaptureStopParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
linkConnectionNames()
Get the linkConnectionNames property: List of site link connection names.
|
String |
sasUrl()
Get the sasUrl property: SAS url for packet capture on vpn connection.
|
void |
validate()
Validates the instance.
|
VpnConnectionPacketCaptureStopParameters |
withLinkConnectionNames(List<String> linkConnectionNames)
Set the linkConnectionNames property: List of site link connection names.
|
VpnConnectionPacketCaptureStopParameters |
withSasUrl(String sasUrl)
Set the sasUrl property: SAS url for packet capture on vpn connection.
|
public VpnConnectionPacketCaptureStopParameters()
public String sasUrl()
public VpnConnectionPacketCaptureStopParameters withSasUrl(String sasUrl)
sasUrl - the sasUrl value to set.public List<String> linkConnectionNames()
public VpnConnectionPacketCaptureStopParameters withLinkConnectionNames(List<String> linkConnectionNames)
linkConnectionNames - the linkConnectionNames value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.