DeletedKeyVaultProperties Class

Definition

Properties of the deleted vault.

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

Properties

DeletedOn

The deleted date.

Location

The location of the original vault.

PurgeProtectionEnabled

Purge protection status of the original vault.

ScheduledPurgeOn

The scheduled purged date.

Tags

Tags of the original vault.

VaultId

The resource id of the original vault.

Explicit Interface Implementations

IJsonModel<DeletedKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeletedKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeletedKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeletedKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeletedKeyVaultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to