DeletedSasDefinitionItem Class

Definition

The deleted SAS definition item containing metadata about the deleted SAS definition.

public class DeletedSasDefinitionItem : Microsoft.Azure.KeyVault.Models.SasDefinitionItem
type DeletedSasDefinitionItem = class
    inherit SasDefinitionItem
Public Class DeletedSasDefinitionItem
Inherits SasDefinitionItem
Inheritance
DeletedSasDefinitionItem

Constructors

DeletedSasDefinitionItem()

Initializes a new instance of the DeletedSasDefinitionItem class.

DeletedSasDefinitionItem(String, String, SasDefinitionAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the DeletedSasDefinitionItem class.

Properties

Attributes

Gets the SAS definition management attributes.

(Inherited from SasDefinitionItem)
DeletedDate

Gets the time when the SAS definition was deleted, in UTC

Id

Gets the storage SAS identifier.

(Inherited from SasDefinitionItem)
Identifier

The key vault storage SAS definition identifier.

(Inherited from SasDefinitionItem)
RecoveryId

Gets or sets the url of the recovery object, used to identify and recover the deleted SAS definition.

ScheduledPurgeDate

Gets the time when the SAS definition is scheduled to be purged, in UTC

SecretId

Gets the storage account SAS definition secret id.

(Inherited from SasDefinitionItem)
Tags

Gets application specific metadata in the form of key-value pairs.

(Inherited from SasDefinitionItem)

Applies to