Package version:

Interface RunCommandListResult

The List Virtual Machine operation response.

interface RunCommandListResult {
    nextLink?: string;
    value: RunCommandDocumentBase[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands.

The list of virtual machine run commands.