ListManagementImageListsGetDetailsResponse type
Contém dados de resposta para a operação getDetails.
type ListManagementImageListsGetDetailsResponse = ImageList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}