Package version:

Collection of ClientDiscovery details.

interface OperationsDiscoveryCollection {
    nextLink?: string;
    value?: OperationsDiscovery[];
}

Properties

Properties

nextLink?: string

The value of next link.

The ClientDiscovery details.