RestorePolicyProperties 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 blob service properties for blob restore policy
public class RestorePolicyProperties
type RestorePolicyProperties = class
Public Class RestorePolicyProperties
- Inheritance
-
RestorePolicyProperties
Constructors
RestorePolicyProperties() |
Initializes a new instance of the RestorePolicyProperties class. |
RestorePolicyProperties(Boolean, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the RestorePolicyProperties class. |
Properties
Days |
Gets or sets how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days. |
Enabled |
Gets or sets blob restore is enabled if set to true. |
LastEnabledTime |
Gets deprecated in favor of minRestoreTime property. |
MinRestoreTime |
Gets returns the minimum date and time that the restore can be started. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET