NetworkFabricSecretRotationStatus Class

Definition

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

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

Properties

Name Description
LastRotationOn

The date and time when the secret was last changed.

SecretArchiveReference

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

SecretType

Identifies the secret according to its purpose.

SynchronizationStatus

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

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricSecretRotationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricSecretRotationStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricSecretRotationStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricSecretRotationStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to