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