Udostępnij przez


IRestorePolicyProperties Interface

Definition

[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)

Applies to