ServiceUnitsGetResponse type
Contains response data for the get operation.
type ServiceUnitsGetResponse = ServiceUnitResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceUnitResource
}
}