Package version:

Interface VirtualMachineImagesListOptionalParams

Optional parameters.

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

Hierarchy

  • unknown
    • VirtualMachineImagesListOptionalParams

Properties

Properties

expand?: string

The expand expression to apply on the operation.

orderby?: string
top?: number