ServiceUnitsGetResponse type
Contient des données de réponse pour l’opération d’obtention.
type ServiceUnitsGetResponse = ServiceUnitResource & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceUnitResource
}
}