KeyVaultParameterReference Class

Definition

Azure Key Vault parameter reference.

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

Constructors

KeyVaultParameterReference(WritableSubResource, String)

Initializes a new instance of KeyVaultParameterReference.

Properties

KeyVaultId

Gets or sets Id.

SecretName

Azure Key Vault secret name.

SecretVersion

Azure Key Vault secret version.

Explicit Interface Implementations

IJsonModel<KeyVaultParameterReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KeyVaultParameterReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KeyVaultParameterReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KeyVaultParameterReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KeyVaultParameterReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to