Package version:

Interface VirtualMachineTemplateListResult

The response of a VirtualMachineTemplate list operation.

interface VirtualMachineTemplateListResult {
    nextLink?: string;
    value: VirtualMachineTemplate[];
}

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.

The VirtualMachineTemplate items on this page