Package version:

Protection Container collection.

interface ProtectionContainerCollection {
    nextLink?: string;
    value?: ProtectionContainer[];
}

Properties

Properties

nextLink?: string

The value of next link.

The Protection Container details.