VpnServerConfigRadiusClientRootCertificate Class

Definition

Properties of the Radius client root certificate of VpnServerConfiguration.

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

Constructors

VpnServerConfigRadiusClientRootCertificate()

Initializes a new instance of VpnServerConfigRadiusClientRootCertificate.

Properties

Name

The certificate name.

Thumbprint

The Radius client root certificate thumbprint.

Explicit Interface Implementations

IJsonModel<VpnServerConfigRadiusClientRootCertificate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnServerConfigRadiusClientRootCertificate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VpnServerConfigRadiusClientRootCertificate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnServerConfigRadiusClientRootCertificate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnServerConfigRadiusClientRootCertificate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to