Share via


IBlobRestoreParameters.TimeToRestore Property

Definition

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

Applies to