ArmNetworkModelFactory.P2SVpnConnectionHealthContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.P2SVpnConnectionHealthContent P2SVpnConnectionHealthContent(System.Collections.Generic.IEnumerable<string> vpnUserNamesFilter = default, Uri outputBlobSasUri = default);
static member P2SVpnConnectionHealthContent : seq<string> * Uri -> Azure.ResourceManager.Network.Models.P2SVpnConnectionHealthContent
Public Shared Function P2SVpnConnectionHealthContent (Optional vpnUserNamesFilter As IEnumerable(Of String) = Nothing, Optional outputBlobSasUri As Uri = Nothing) As P2SVpnConnectionHealthContent
Parameters
- vpnUserNamesFilter
- IEnumerable<String>
The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.
- outputBlobSasUri
- Uri
The sas-url to download the P2S Vpn connection health detail.
Returns
A new P2SVpnConnectionHealthContent instance for mocking.