ServicesListByResourceGroupNextResponse type
Obsahuje data odpovědi pro operaci listByResourceGroupNext.
type ServicesListByResourceGroupNextResponse = DataMigrationServiceList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataMigrationServiceList
}
}