public class P2SVpnConnectionHealthRequest extends Object
| Constructor and Description |
|---|
P2SVpnConnectionHealthRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
outputBlobSasUrl()
Get the sas-url to download the P2S Vpn connection health detail.
|
List<String> |
vpnUserNamesFilter()
Get the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.
|
P2SVpnConnectionHealthRequest |
withOutputBlobSasUrl(String outputBlobSasUrl)
Set the sas-url to download the P2S Vpn connection health detail.
|
P2SVpnConnectionHealthRequest |
withVpnUserNamesFilter(List<String> vpnUserNamesFilter)
Set the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.
|
public List<String> vpnUserNamesFilter()
public P2SVpnConnectionHealthRequest withVpnUserNamesFilter(List<String> vpnUserNamesFilter)
vpnUserNamesFilter - the vpnUserNamesFilter value to setpublic String outputBlobSasUrl()
public P2SVpnConnectionHealthRequest withOutputBlobSasUrl(String outputBlobSasUrl)
outputBlobSasUrl - the outputBlobSasUrl value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/