IInMagePolicyDetails.RecoveryPointThresholdInMinute 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.
The recovery point threshold in minutes.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The recovery point threshold in minutes.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="recoveryPointThresholdInMinutes")]
public int? RecoveryPointThresholdInMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The recovery point threshold in minutes.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="recoveryPointThresholdInMinutes")>]
member this.RecoveryPointThresholdInMinute : Nullable<int> with get, set
Public Property RecoveryPointThresholdInMinute As Nullable(Of Integer)
Property Value
- Attributes