VpnClientRootCertificate Class
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.
VPN client root certificate of virtual network gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VpnClientRootCertificate : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VpnClientRootCertificate = class
inherit SubResource
Public Class VpnClientRootCertificate
Inherits SubResource
- Inheritance
- Attributes
Constructors
VpnClientRootCertificate() |
Initializes a new instance of the VpnClientRootCertificate class. |
VpnClientRootCertificate(String, String, String, String, String) |
Initializes a new instance of the VpnClientRootCertificate class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Name |
Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
ProvisioningState |
Gets the provisioning state of the VPN client root certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
PublicCertData |
Gets or sets the certificate public data. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET