Package version:

Replication protected item collection.

interface ReplicationProtectedItemCollection {
    nextLink?: string;
    value?: ReplicationProtectedItem[];
}

Properties

Properties

nextLink?: string

The value of next link.

The Replication protected item details.