Package version:

Collection of appliance details.

interface ApplianceCollection {
    nextLink?: string;
    value?: ReplicationAppliance[];
}

Properties

Properties

nextLink?: string

The value of next link.

The appliance details.