StorageAccountAttributes 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 storage account management attributes.
public class StorageAccountAttributes
type StorageAccountAttributes = class
Public Class StorageAccountAttributes
- Inheritance
-
StorageAccountAttributes
Constructors
StorageAccountAttributes() |
Initializes a new instance of the StorageAccountAttributes class. |
StorageAccountAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the StorageAccountAttributes class. |
Properties
Created |
Gets creation time in UTC. |
Enabled |
Gets or sets the enabled state of the object. |
RecoveryLevel |
Gets reflects the deletion recovery level currently in effect for storage accounts in the current vault. If it contains 'Purgeable' the storage account can be permanently deleted by a privileged user; otherwise, only the system can purge the storage account, at the end of the retention interval. Possible values include: 'Purgeable', 'Recoverable+Purgeable', 'Recoverable', 'Recoverable+ProtectedSubscription' |
Updated |
Gets last updated time in UTC. |
Applies to
Azure SDK for .NET