VpnClientRootCertificate Constructors
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.
Overloads
VpnClientRootCertificate() |
Initializes a new instance of the VpnClientRootCertificate class. |
VpnClientRootCertificate(String, String, String, String, String) |
Initializes a new instance of the VpnClientRootCertificate class. |
VpnClientRootCertificate()
Initializes a new instance of the VpnClientRootCertificate class.
public VpnClientRootCertificate ();
Public Sub New ()
Applies to
VpnClientRootCertificate(String, String, String, String, String)
Initializes a new instance of the VpnClientRootCertificate class.
public VpnClientRootCertificate (string publicCertData, string id = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.VpnClientRootCertificate : string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.VpnClientRootCertificate
Public Sub New (publicCertData As String, Optional id As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- publicCertData
- String
The certificate public data.
- id
- String
Resource ID.
- provisioningState
- String
The provisioning state of the VPN client root 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.