Delen via


ServicesGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type ServicesGetResponse = ServiceResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResource
  }
}