Package version:

Interface VirtualMachineScaleSetListWithLinkResult

The List Virtual Machine operation response.

interface VirtualMachineScaleSetListWithLinkResult {
    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 Virtual Machine Scale Sets.

The list of virtual machine scale sets.