NetworkFabricSecretArchiveReference Class

Definition

A reference to a version of a secret in a key vault.

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

Properties

Name Description
KeyVaultId

The resource ID of the key vault containing the secret.

KeyVaultUri

A Uniform Resource Identifier (URI) for the secret in the key vault.

SecretName

The name of the secret in the key vault.

SecretVersion

The version of the secret in the key vault.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricSecretArchiveReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricSecretArchiveReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricSecretArchiveReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricSecretArchiveReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to