ServicesListByResourceGroupResponse type
listByResourceGroup 操作の応答データを格納します。
type ServicesListByResourceGroupResponse = DataMigrationServiceList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataMigrationServiceList
}
}