DeletedStorageBundle 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.
A deleted storage account bundle consisting of its previous id, attributes and its tags, as well as information on when it will be purged.
public class DeletedStorageBundle : Microsoft.Azure.KeyVault.Models.StorageBundle
type DeletedStorageBundle = class
inherit StorageBundle
Public Class DeletedStorageBundle
Inherits StorageBundle
- Inheritance
Constructors
DeletedStorageBundle() |
Initializes a new instance of the DeletedStorageBundle class. |
DeletedStorageBundle(String, String, String, Nullable<Boolean>, String, StorageAccountAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the DeletedStorageBundle class. |
Properties
ActiveKeyName |
Gets the current active storage account key name. (Inherited from StorageBundle) |
Attributes |
Gets the storage account attributes. (Inherited from StorageBundle) |
AutoRegenerateKey |
Gets whether keyvault should manage the storage account for the user. (Inherited from StorageBundle) |
DeletedDate |
Gets the time when the storage account was deleted, in UTC |
Id |
Gets the storage account id. (Inherited from StorageBundle) |
RecoveryId |
Gets or sets the url of the recovery object, used to identify and recover the deleted storage account. |
RegenerationPeriod |
Gets the key regeneration time duration specified in ISO-8601 format. (Inherited from StorageBundle) |
ResourceId |
Gets the storage account resource id. (Inherited from StorageBundle) |
ScheduledPurgeDate |
Gets the time when the storage account is scheduled to be purged, in UTC |
Tags |
Gets application specific metadata in the form of key-value pairs (Inherited from StorageBundle) |
Applies to
Azure SDK for .NET