Package version:

Recovery point for a migration item.

interface MigrationRecoveryPoint {
    id?: string;
    location?: string;
    name?: string;
    properties?: MigrationRecoveryPointProperties;
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

Resource Location

name?: string

Resource Name NOTE: This property will not be serialized. It can only be populated by the server.

Recovery point properties.

type?: string

Resource Type NOTE: This property will not be serialized. It can only be populated by the server.