ListManagementImageListsGetDetailsResponse type
Contiene i dati di risposta per l'operazione getDetails.
type ListManagementImageListsGetDetailsResponse = ImageList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}