ListManagementImageListsGetDetailsResponse type
Contient des données de réponse pour l’opération getDetails.
type ListManagementImageListsGetDetailsResponse = ImageList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}