ListManagementImageListsGetDetailsResponse type

Contains response data for the getDetails operation.

type ListManagementImageListsGetDetailsResponse = ImageList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}