IBlobRestoreParameters.TimeToRestore 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.
Restore blob to the specified time.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Restore blob to the specified time.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=true, SerializedName="timeToRestore", Update=true)]
public DateTime TimeToRestore { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Restore blob to the specified time.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=true, SerializedName="timeToRestore", Update=true)>]
member this.TimeToRestore : DateTime with get, set
Public Property TimeToRestore As DateTime
Property Value
- Attributes