ServiceUnitsGetResponse type
Innehåller svarsdata för get-åtgärden.
type ServiceUnitsGetResponse = ServiceUnitResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceUnitResource
}
}