Package version:

Migration item recovery point properties.

interface MigrationRecoveryPointProperties {
    recoveryPointTime?: any;
    recoveryPointType?: string;
}

Properties

recoveryPointTime?: any

The recovery point time. NOTE: This property will not be serialized. It can only be populated by the server.

recoveryPointType?: string

The recovery point type. NOTE: This property will not be serialized. It can only be populated by the server.