ArmNetworkModelFactory.VpnServerConfigRadiusClientRootCertificate 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.VpnServerConfigRadiusClientRootCertificate VpnServerConfigRadiusClientRootCertificate(string name = default, string thumbprint = default);
static member VpnServerConfigRadiusClientRootCertificate : string * string -> Azure.ResourceManager.Network.Models.VpnServerConfigRadiusClientRootCertificate
Public Shared Function VpnServerConfigRadiusClientRootCertificate (Optional name As String = Nothing, Optional thumbprint As String = Nothing) As VpnServerConfigRadiusClientRootCertificate
Parameters
- name
- String
The certificate name.
- thumbprint
- String
The Radius client root certificate thumbprint.
Returns
A new VpnServerConfigRadiusClientRootCertificate instance for mocking.