Package version:

Collection of libraries in the cluster.

interface ClusterLibraryList {
    nextLink?: string;
    value: ClusterLibrary[];
}

Properties

Properties

nextLink?: string

The url of next result page. NOTE: This property will not be serialized. It can only be populated by the server.

Collection of libraries in the cluster.