IInMageAzureV2PolicyInput.RecoveryPointThresholdInMinute Property

Definition

The recovery point threshold in minutes.

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

Property Value

Attributes

Applies to