IRestorePolicyProperties.MinRestoreTime 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.
Returns the minimum date and time that the restore can be started.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Returns the minimum date and time that the restore can be started.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="minRestoreTime", Update=false)]
public DateTime? MinRestoreTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Returns the minimum date and time that the restore can be started.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="minRestoreTime", Update=false)>]
member this.MinRestoreTime : Nullable<DateTime>
Public ReadOnly Property MinRestoreTime As Nullable(Of DateTime)
Property Value
- Attributes