Bagikan melalui


ServiceUnitsGetResponse type

Berisi data respons untuk operasi get.

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