IAzureBackupFindRestorableTimeRangesResponseResource.RestorableTimeRange Property

Definition

Returns the Restore Ranges available on the Backup Instance.

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Returns the Restore Ranges available on the Backup Instance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IRestorableTimeRange) }, Read=true, ReadOnly=false, Required=false, SerializedName="restorableTimeRanges", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IRestorableTimeRange> RestorableTimeRange { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Returns the Restore Ranges available on the Backup Instance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IRestorableTimeRange) }, Read=true, ReadOnly=false, Required=false, SerializedName="restorableTimeRanges", Update=true)>]
member this.RestorableTimeRange : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IRestorableTimeRange> with get, set
Public Property RestorableTimeRange As List(Of IRestorableTimeRange)

Property Value

Attributes

Applies to