Package version:

Interface FactoryListResponse

A list of factory resources.

interface FactoryListResponse {
    nextLink?: string;
    value: Factory[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

value: Factory[]

List of factories.