DeletedSasDefinitionItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET