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.
public class VpnClientRootCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VpnClientRootCertificate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VpnClientRootCertificate>
public class VpnClientRootCertificate : Azure.ResourceManager.Network.Models.NetworkResourceData
type VpnClientRootCertificate = class
inherit NetworkResourceData
interface IJsonModel<VpnClientRootCertificate>
interface IPersistableModel<VpnClientRootCertificate>
type VpnClientRootCertificate = class
inherit NetworkResourceData
Public Class VpnClientRootCertificate
Inherits NetworkResourceData
Implements IJsonModel(Of VpnClientRootCertificate), IPersistableModel(Of VpnClientRootCertificate)
Public Class VpnClientRootCertificate
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
VpnClientRootCertificate(BinaryData) |
Initializes a new instance of VpnClientRootCertificate. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the VPN client root certificate resource. |
PublicCertData |
The certificate public data. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET