ServicesListByResourceGroupNextResponse type
Contains response data for the listByResourceGroupNext operation.
type ServicesListByResourceGroupNextResponse = DataMigrationServiceList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataMigrationServiceList
}
}