Package version:

Interface CloudListResult

The response of a Cloud list operation.

interface CloudListResult {
    nextLink?: string;
    value: Cloud[];
}

Properties

Properties

nextLink?: string

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

value: Cloud[]

The Cloud items on this page