Package version:

Collection of cluster job.

interface ClusterJobList {
    nextLink?: string;
    value: ClusterJob[];
}

Properties

Properties

nextLink?: string

The Url of next result page.

value: ClusterJob[]

Collection of cluster job.