SasDefinitionAttributes.RecoveryLevel Property
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.
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'
[Newtonsoft.Json.JsonProperty(PropertyName="recoveryLevel")]
public string RecoveryLevel { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recoveryLevel")>]
member this.RecoveryLevel : string
Public ReadOnly Property RecoveryLevel As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET