GetReadResultResponse type
Bevat antwoordgegevens voor de getReadResult-bewerking.
type GetReadResultResponse = ReadOperationResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ReadOperationResult
}
}