Package version:

Interface VirtualMachineScaleSetVMsListOptionalParams

Optional parameters.

interface VirtualMachineScaleSetVMsListOptionalParams {
    expand?: string;
    filter?: string;
    select?: string;
}

Hierarchy

  • unknown
    • VirtualMachineScaleSetVMsListOptionalParams

Properties

expand?: string

The expand expression to apply to the operation. Allowed values are 'instanceView'.

filter?: string

The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'.

select?: string

The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.