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