Class P2SVpnConnectionHealthRequest
java.lang.Object
com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest
List of P2S Vpn connection health request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the sas-url to download the P2S Vpn connection health detail.Get the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.withOutputBlobSasUrl
(String outputBlobSasUrl) Set the sas-url to download the P2S Vpn connection health detail.withVpnUserNamesFilter
(List<String> vpnUserNamesFilter) Set the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.
-
Constructor Details
-
P2SVpnConnectionHealthRequest
public P2SVpnConnectionHealthRequest()
-
-
Method Details
-
vpnUserNamesFilter
Get the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.- Returns:
- the vpnUserNamesFilter value
-
withVpnUserNamesFilter
Set the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.- Parameters:
vpnUserNamesFilter
- the vpnUserNamesFilter value to set- Returns:
- the P2SVpnConnectionHealthRequest object itself.
-
outputBlobSasUrl
Get the sas-url to download the P2S Vpn connection health detail.- Returns:
- the outputBlobSasUrl value
-
withOutputBlobSasUrl
Set the sas-url to download the P2S Vpn connection health detail.- Parameters:
outputBlobSasUrl
- the outputBlobSasUrl value to set- Returns:
- the P2SVpnConnectionHealthRequest object itself.
-