DeletedManagedHsmProperties Class

Definition

Properties of the deleted managed HSM.

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

Properties

DeletedOn

The deleted date.

Location

The location of the original managed HSM.

ManagedHsmId

The resource id of the original managed HSM.

PurgeProtectionEnabled

Purge protection status of the original managed HSM.

ScheduledPurgeOn

The scheduled purged date.

Tags

Tags of the original managed HSM.

Explicit Interface Implementations

IJsonModel<DeletedManagedHsmProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeletedManagedHsmProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeletedManagedHsmProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeletedManagedHsmProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeletedManagedHsmProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to