Package version:

Interface VirtualMachineImagesEdgeZoneListOptionalParams

Optional parameters.

interface VirtualMachineImagesEdgeZoneListOptionalParams {
    expand?: string;
    orderby?: string;
    top?: number;
}

Hierarchy

  • unknown
    • VirtualMachineImagesEdgeZoneListOptionalParams

Properties

Properties

expand?: string

The expand expression to apply on the operation.

orderby?: string

Specifies the order of the results returned. Formatted as an OData query.

top?: number

An integer value specifying the number of images to return that matches supplied values.