Package version:

Interface VmmServerListResult

The response of a VmmServer list operation.

interface VmmServerListResult {
    nextLink?: string;
    value: VmmServer[];
}

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: VmmServer[]

The VmmServer items on this page