Package version:

Interface VirtualMachinesListAllOptionalParams

Optional parameters.

interface VirtualMachinesListAllOptionalParams {
    expand?: string;
    filter?: string;
    statusOnly?: string;
}

Hierarchy

  • unknown
    • VirtualMachinesListAllOptionalParams

Properties

expand?: string

The expand expression to apply on operation. 'instanceView' enables fetching run time status of all Virtual Machines, this can only be specified if a valid $filter option is specified

filter?: string

The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}'

statusOnly?: string

statusOnly=true enables fetching run time status of all Virtual Machines in the subscription.