IRestorePolicyProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.RestorePolicyPropertiesTypeConverter))]
public interface IRestorePolicyProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.RestorePolicyPropertiesTypeConverter))>]
type IRestorePolicyProperties = interface
interface IJsonSerializable
Public Interface IRestorePolicyProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Day |
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days. |
| Enabled |
Blob restore is enabled if set to true. |
| LastEnabledTime |
Deprecated in favor of minRestoreTime property. |
| MinRestoreTime |
Returns the minimum date and time that the restore can be started. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |