VpnClientRevokedCertificate Class

Definition

VPN client revoked certificate of virtual network gateway.

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

Constructors

VpnClientRevokedCertificate()

Initializes a new instance of VpnClientRevokedCertificate.

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 revoked certificate resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)
Thumbprint

The revoked VPN client certificate thumbprint.

Explicit Interface Implementations

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkResourceData)
IJsonModel<NetworkResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IJsonModel<VpnClientRevokedCertificate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnClientRevokedCertificate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)
IPersistableModel<VpnClientRevokedCertificate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnClientRevokedCertificate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnClientRevokedCertificate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to