Share via


VpnClientRevokedCertificate Constructors

Definition

Overloads

VpnClientRevokedCertificate()

Initializes a new instance of the VpnClientRevokedCertificate class.

VpnClientRevokedCertificate(String, String, String, String, String)

Initializes a new instance of the VpnClientRevokedCertificate class.

VpnClientRevokedCertificate()

Initializes a new instance of the VpnClientRevokedCertificate class.

public VpnClientRevokedCertificate ();
Public Sub New ()

Applies to

VpnClientRevokedCertificate(String, String, String, String, String)

Initializes a new instance of the VpnClientRevokedCertificate class.

public VpnClientRevokedCertificate (string id = default, string thumbprint = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.VpnClientRevokedCertificate : string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.VpnClientRevokedCertificate
Public Sub New (Optional id As String = Nothing, Optional thumbprint As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Resource ID.

thumbprint
String

The revoked VPN client certificate thumbprint.

provisioningState
String

The provisioning state of the VPN client revoked certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to