Package version:

Interface VirtualMachineScaleSetVMListResult

The List Virtual Machine Scale Set VMs operation response.

interface VirtualMachineScaleSetVMListResult {
    nextLink?: string;
    value: VirtualMachineScaleSetVM[];
}

Properties

Properties

nextLink?: string

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

The list of virtual machine scale sets VMs.