Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
GenerateThumbnailResponse type
Contains response data for the generateThumbnail operation.
type GenerateThumbnailResponse = {
_response: msRest.HttpResponse
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}
