DescribeImageResponse type
Contains response data for the describeImage operation.
type DescribeImageResponse = ImageDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImageDescription
}
}