Package version:

Interface VirtualMachineScaleSetListResult

The List Virtual Machine operation response.

interface VirtualMachineScaleSetListResult {
    nextLink?: string;
    value: VirtualMachineScaleSet[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS.

The list of virtual machine scale sets.