ListManagementImageListsGetAllImageListsResponse type
Contains response data for the getAllImageLists operation.
type ListManagementImageListsGetAllImageListsResponse = ImageList[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImageList[]
}
}