Поделиться через


SecretValueReference Class

Definition

Reference to a Key Vault secret.

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

Constructors

SecretValueReference(WritableSubResource, String)

Initializes a new instance of SecretValueReference.

Properties

KeyVaultId

Gets or sets Id.

SecretName

Name of the secret.

SecretVersion

The version of the secret to use. If left blank, the latest version of the secret is used.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SecretValueReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecretValueReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecretValueReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecretValueReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecretValueReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to