ListManagementImageListsUpdateResponse type
Contains response data for the update operation.
type ListManagementImageListsUpdateResponse = ImageList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}