NetworkFabricCertificateRotationStatus Class

Definition

Status of a certificate rotation for a device (Network Device or Terminal Server).

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

Properties

Name Description
CertificateArchiveReference

Reference to the currently configured version of the certificate in a key vault.

CertificateType

Identifies the certificate according to its purpose.

ExpireOn

Time at which the certificate will expire, for certificates with a limited validity period.

LastRotationOn

The date and time when the certificate was last changed.

SynchronizationStatus

Whether the device has been configured with the latest version of the certificate.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetworkFabricCertificateRotationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkFabricCertificateRotationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricCertificateRotationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricCertificateRotationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricCertificateRotationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to