Share via


IInMageAzureV2TestFailoverInput.RecoveryPointId Property

Definition

The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="recoveryPointId")]
public string RecoveryPointId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="recoveryPointId")>]
member this.RecoveryPointId : string with get, set
Public Property RecoveryPointId As String

Property Value

Attributes

Applies to