Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DescribeImageResponse type

Contains response data for the describeImage operation.

type DescribeImageResponse = ImageDescription & {
 _response: msRest.HttpResponse & {
 bodyAsText: string
 parsedBody: ImageDescription
 }
}