Delen via


GetReadResultResponse type

Bevat antwoordgegevens voor de bewerking getReadResult.

type GetReadResultResponse = ReadOperationResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ReadOperationResult
  }
}