Partilhar via


IDeletedVault Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.DeletedVaultTypeConverter))]
public interface IDeletedVault : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.DeletedVaultTypeConverter))>]
type IDeletedVault = interface
    interface IJsonSerializable
Public Interface IDeletedVault
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DeletionDate

The deleted date.

Id

The resource ID for the deleted key vault.

Location

The location of the original vault.

Name

The name of the key vault.

ScheduledPurgeDate

The scheduled purged date.

Tag

Tags of the original vault.

Type

The resource type of the key vault.

VaultId

The resource id of the original vault.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to