CustomImages

List custom images in a given lab.

get/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages

Path parameters

labNamestring required

The name of the lab.

Query parameters

$expandstring

Specify the $expand query. Example: 'properties($select=vm)'

$filterstring

The filter to apply to the operation. Example: '$filter=contains(name,'myName')

$topinteger

The maximum number of resources to return from the operation. Example: '$top=10'

$orderbystring

The ordering expression for the results, using OData notation. Example: '$orderby=name desc'

Parameters

../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
../../../../../../common-types/resource-management/v3/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref
../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ResourceGroupNameParameter — unresolved $ref

Response

Azure operation completed successfully.

valueCustomImage[] required— unresolved $ref

The CustomImage items on this page

nextLinkstring uri

The link to the next page of items

Changes