Delen via


ServiceUnitsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type ServiceUnitsGetResponse = ServiceUnitResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceUnitResource
  }
}