SasDefinitionAttributes 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 SAS definition management attributes.
public class SasDefinitionAttributes
type SasDefinitionAttributes = class
Public Class SasDefinitionAttributes
- Inheritance
-
SasDefinitionAttributes
Constructors
SasDefinitionAttributes() |
Initializes a new instance of the SasDefinitionAttributes class. |
SasDefinitionAttributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the SasDefinitionAttributes 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 SAS definitions in the current vault. If it contains 'Purgeable' the SAS definition can be permanently deleted by a privileged user; otherwise, only the system can purge the SAS definition, 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