ServiceUnitsGetResponse type
Contiene datos de respuesta para la operación get.
type ServiceUnitsGetResponse = ServiceUnitResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceUnitResource
}
}