KeyVaultReferenceWithStatus Class

Definition

Object to hold key vault reference and the resolution status Serialized Name: KeyVaultReferenceWithStatus

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

Constructors

Name Description
KeyVaultReferenceWithStatus()

Initializes a new instance of KeyVaultReferenceWithStatus.

Properties

Name Description
ReferenceStatus

Reference status of the key vault secret. Serialized Name: KeyVaultReferenceWithStatus.referenceStatus

SecretUri

Key vault secret URI. Serialized Name: KeyVaultReferenceWithStatus.secretUri

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<KeyVaultReferenceWithStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KeyVaultReferenceWithStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KeyVaultReferenceWithStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KeyVaultReferenceWithStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to