ArmNetworkModelFactory.VpnClientConnectionHealthDetailListResult 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.
Initializes a new instance of VpnClientConnectionHealthDetailListResult.
public static Azure.ResourceManager.Network.Models.VpnClientConnectionHealthDetailListResult VpnClientConnectionHealthDetailListResult (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.VpnClientConnectionHealthDetail> value = default);
static member VpnClientConnectionHealthDetailListResult : seq<Azure.ResourceManager.Network.Models.VpnClientConnectionHealthDetail> -> Azure.ResourceManager.Network.Models.VpnClientConnectionHealthDetailListResult
Public Shared Function VpnClientConnectionHealthDetailListResult (Optional value As IEnumerable(Of VpnClientConnectionHealthDetail) = Nothing) As VpnClientConnectionHealthDetailListResult
Parameters
List of vpn client connection health.
Returns
A new VpnClientConnectionHealthDetailListResult instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET