VpnClientRootCertificateInner 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
VpnClientRootCertificateInner() |
Initializes a new instance of the VpnClientRootCertificateInner class. |
VpnClientRootCertificateInner(String, String, ProvisioningState, String, String) |
Initializes a new instance of the VpnClientRootCertificateInner class. |
VpnClientRootCertificateInner()
Initializes a new instance of the VpnClientRootCertificateInner class.
public VpnClientRootCertificateInner ();
Public Sub New ()
Applies to
VpnClientRootCertificateInner(String, String, ProvisioningState, String, String)
Initializes a new instance of the VpnClientRootCertificateInner class.
public VpnClientRootCertificateInner (string publicCertData, string id = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnClientRootCertificateInner : string * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.VpnClientRootCertificateInner
Public Sub New (publicCertData As String, Optional id As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- publicCertData
- String
The certificate public data.
- id
- String
- provisioningState
- ProvisioningState
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.