IMigrationRecoveryPoint.RecoveryPointType Property

Definition

The recovery point type.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "NotSpecified", "ApplicationConsistent", "CrashConsistent" })]
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="The recovery point type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="recoveryPointType", Update=false)]
public string RecoveryPointType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "NotSpecified", "ApplicationConsistent", "CrashConsistent" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="The recovery point type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="recoveryPointType", Update=false)>]
member this.RecoveryPointType : string
Public ReadOnly Property RecoveryPointType As String

Property Value

Attributes

Applies to