ServicesListResponse type
Содержит данные ответа для операции со списком.
type ServicesListResponse = DataMigrationServiceList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataMigrationServiceList
}
}