ServiceUnitsListResponse type

Contains response data for the list operation.

type ServiceUnitsListResponse = ServiceUnitResource[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceUnitResource[]
  }
}