VpnServerConfigVpnClientRevokedCertificate Class

Definition

Properties of the revoked VPN client certificate of VpnServerConfiguration.

public class VpnServerConfigVpnClientRevokedCertificate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VpnServerConfigVpnClientRevokedCertificate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VpnServerConfigVpnClientRevokedCertificate>
public class VpnServerConfigVpnClientRevokedCertificate
type VpnServerConfigVpnClientRevokedCertificate = class
    interface IJsonModel<VpnServerConfigVpnClientRevokedCertificate>
    interface IPersistableModel<VpnServerConfigVpnClientRevokedCertificate>
type VpnServerConfigVpnClientRevokedCertificate = class
Public Class VpnServerConfigVpnClientRevokedCertificate
Implements IJsonModel(Of VpnServerConfigVpnClientRevokedCertificate), IPersistableModel(Of VpnServerConfigVpnClientRevokedCertificate)
Public Class VpnServerConfigVpnClientRevokedCertificate
Inheritance
VpnServerConfigVpnClientRevokedCertificate
Implements

Constructors

VpnServerConfigVpnClientRevokedCertificate()

Initializes a new instance of VpnServerConfigVpnClientRevokedCertificate.

Properties

Name

The certificate name.

Thumbprint

The revoked VPN client certificate thumbprint.

Explicit Interface Implementations

IJsonModel<VpnServerConfigVpnClientRevokedCertificate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VpnServerConfigVpnClientRevokedCertificate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VpnServerConfigVpnClientRevokedCertificate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnServerConfigVpnClientRevokedCertificate>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VpnServerConfigVpnClientRevokedCertificate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to